7 references to IWindowServiceProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Page.cs (1)
56Window.IWindowServiceProperty.OverrideMetadata(
src\Framework\System\Windows\Controls\Primitives\ResizeGrip.cs (1)
52Window.IWindowServiceProperty.OverrideMetadata(
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
4112dobj.SetValue(Window.IWindowServiceProperty, window); 4135dobj.ClearValue(Window.IWindowServiceProperty);
src\Framework\System\Windows\Window.cs (3)
615return dependencyObject.GetValue(Window.IWindowServiceProperty) as Window; 3824if (GetValue(IWindowServiceProperty) == null) 3826SetValue(IWindowServiceProperty, (IWindowService)this);