Class FindWindowExtension
Markup extension, used to create the binding to the MDI window among the parents.
Inheritance
System.Object
FindWindowExtension
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class FindWindowExtension : MarkupExtension
Constructors
FindWindowExtension()
Declaration
public FindWindowExtension()
Methods
ProvideValue(IServiceProvider)
Gets binding, used to find MDI window among parents.
Declaration
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | serviceProvider | Object that can provide services for the markup extension. |
Returns
Type | Description |
---|---|
System.Object | The object value to set on the property where the extension is applied. |