17 references to WindowService
PresentationFramework (17)
System\Windows\Controls\Page.cs (17)
156if (WindowService == null) 160return WindowService.Title; 166if (WindowService == null) 173WindowService.Title = value; 211if (WindowService == null) 215return WindowService.Height; 221if (WindowService == null) 228if (!WindowService.UserResized) 230WindowService.Height = value; 263if (WindowService == null) 267return WindowService.Width; 273if (WindowService == null) 280if (!WindowService.UserResized) 282WindowService.Width = value; 359if (WindowService == null) 365NavigationWindow navWin = WindowService as NavigationWindow; 379if (WindowService == null)