2 implementations of IWindowService
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
25public class Page : FrameworkElement, IWindowService, IAddChild
System\Windows\Window.cs (1)
31public class Window : ContentControl, IWindowService
18 references to IWindowService
PresentationFramework (18)
System\Windows\Controls\Page.cs (14)
151string IWindowService.Title 188return ((IWindowService)this).Title; 194((IWindowService)this).Title = value; 206double IWindowService.Height 245return ((IWindowService)this).Height; 251((IWindowService)this).Height = value; 258double IWindowService.Width 297return ((IWindowService)this).Width; 303((IWindowService)this).Width = value; 727p.OnWindowServiceChanged(e.NewValue as IWindowService); 740private void OnWindowServiceChanged(IWindowService iws) 797bool IWindowService.UserResized 888private IWindowService WindowService 926private IWindowService _currentIws;
System\Windows\Window.cs (4)
3305bool IWindowService.UserResized 3734SetValue(IWindowServiceProperty, (IWindowService)this); 7346= DependencyProperty.RegisterAttached("IWindowService", typeof(IWindowService), typeof(Window), 7347new FrameworkPropertyMetadata((IWindowService)null,