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