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