PopupRoot(TopLevel, IPopupImpl, IAvaloniaDependencyResolver) Constructor

Initializes a new instance of the PopupRoot class.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public PopupRoot(
	TopLevel parent,
	IPopupImpl impl,
	IAvaloniaDependencyResolver? dependencyResolver
)

Parameters

parent  TopLevel
The popup parent.
impl  IPopupImpl
The popup implementation.
dependencyResolver  IAvaloniaDependencyResolver
The dependency resolver to use. If null the default dependency resolver will be used.

See Also