17 references to WindowService
PresentationFramework (17)
System\Windows\Controls\Page.cs (17)
169if (WindowService == null) 175return WindowService.Title; 181if (WindowService == null) 188WindowService.Title = value; 226if (WindowService == null) 232return WindowService.Height; 238if (WindowService == null) 245if (!WindowService.UserResized) 247WindowService.Height = value; 280if (WindowService == null) 286return WindowService.Width; 292if (WindowService == null) 299if (!WindowService.UserResized) 301WindowService.Width = value; 378if (WindowService == null) 386NavigationWindow navWin = WindowService as NavigationWindow; 400if (WindowService == null)