3 implementations of IWindowService
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
49internal sealed class RootBrowserWindow : NavigationWindow, IWindowService, IJournalNavigationScopeHost
src\Framework\System\Windows\Controls\Page.cs (1)
45public class Page : FrameworkElement, IWindowService, IAddChild
src\Framework\System\Windows\Window.cs (1)
55public class Window : ContentControl, IWindowService
18 references to IWindowService
PresentationFramework (18)
src\Framework\System\Windows\Controls\Page.cs (14)
172string IWindowService.Title 211return ((IWindowService)this).Title; 217((IWindowService)this).Title = value; 229double IWindowService.Height 270return ((IWindowService)this).Height; 276((IWindowService)this).Height = value; 283double IWindowService.Width 324return ((IWindowService)this).Width; 330((IWindowService)this).Width = value; 760p.OnWindowServiceChanged(e.NewValue as IWindowService); 773private void OnWindowServiceChanged(IWindowService iws) 830bool IWindowService.UserResized 921private IWindowService WindowService 959private IWindowService _currentIws;
src\Framework\System\Windows\Window.cs (4)
3398bool IWindowService.UserResized 3826SetValue(IWindowServiceProperty, (IWindowService)this); 7768= DependencyProperty.RegisterAttached("IWindowService", typeof(IWindowService), typeof(Window), 7769new FrameworkPropertyMetadata((IWindowService)null,