2 implementations of IWindowService
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
38public class Page : FrameworkElement, IWindowService, IAddChild
System\Windows\Window.cs (1)
46public class Window : ContentControl, IWindowService
18 references to IWindowService
PresentationFramework (18)
System\Windows\Controls\Page.cs (14)
164string IWindowService.Title 203return ((IWindowService)this).Title; 209((IWindowService)this).Title = value; 221double IWindowService.Height 262return ((IWindowService)this).Height; 268((IWindowService)this).Height = value; 275double IWindowService.Width 316return ((IWindowService)this).Width; 322((IWindowService)this).Width = value; 751p.OnWindowServiceChanged(e.NewValue as IWindowService); 764private void OnWindowServiceChanged(IWindowService iws) 821bool IWindowService.UserResized 912private IWindowService WindowService 950private IWindowService _currentIws;
System\Windows\Window.cs (4)
3215bool IWindowService.UserResized 3648SetValue(IWindowServiceProperty, (IWindowService)this); 7265= DependencyProperty.RegisterAttached("IWindowService", typeof(IWindowService), typeof(Window), 7266new FrameworkPropertyMetadata((IWindowService)null,