17 references to WindowService
PresentationFramework (17)
src\Framework\System\Windows\Controls\Page.cs (17)
177if (WindowService == null) 183return WindowService.Title; 189if (WindowService == null) 196WindowService.Title = value; 234if (WindowService == null) 240return WindowService.Height; 246if (WindowService == null) 253if (!WindowService.UserResized) 255WindowService.Height = value; 288if (WindowService == null) 294return WindowService.Width; 300if (WindowService == null) 307if (!WindowService.UserResized) 309WindowService.Width = value; 386if (WindowService == null) 394NavigationWindow navWin = WindowService as NavigationWindow; 408if (WindowService == null)