17 references to WindowService
PresentationFramework (17)
System\Windows\Controls\Page.cs (17)
157if (WindowService == null) 161return WindowService.Title; 167if (WindowService == null) 174WindowService.Title = value; 212if (WindowService == null) 216return WindowService.Height; 222if (WindowService == null) 229if (!WindowService.UserResized) 231WindowService.Height = value; 264if (WindowService == null) 268return WindowService.Width; 274if (WindowService == null) 281if (!WindowService.UserResized) 283WindowService.Width = value; 360if (WindowService == null) 366NavigationWindow navWin = WindowService as NavigationWindow; 380if (WindowService == null)