2 implementations of IWindowService
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
26public class Page : FrameworkElement, IWindowService, IAddChild
System\Windows\Window.cs (1)
32public class Window : ContentControl, IWindowService
18 references to IWindowService
PresentationFramework (18)
System\Windows\Controls\Page.cs (14)
152string IWindowService.Title 189return ((IWindowService)this).Title; 195((IWindowService)this).Title = value; 207double IWindowService.Height 246return ((IWindowService)this).Height; 252((IWindowService)this).Height = value; 259double IWindowService.Width 298return ((IWindowService)this).Width; 304((IWindowService)this).Width = value; 728p.OnWindowServiceChanged(e.NewValue as IWindowService); 741private void OnWindowServiceChanged(IWindowService iws) 798bool IWindowService.UserResized 889private IWindowService WindowService 927private IWindowService _currentIws;
System\Windows\Window.cs (4)
3306bool IWindowService.UserResized 3735SetValue(IWindowServiceProperty, (IWindowService)this); 7347= DependencyProperty.RegisterAttached("IWindowService", typeof(IWindowService), typeof(Window), 7348new FrameworkPropertyMetadata((IWindowService)null,