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