17 references to WindowService
PresentationFramework (17)
System\Windows\Controls\Page.cs (17)
157
if (
WindowService
== null)
161
return
WindowService
.Title;
167
if (
WindowService
== null)
174
WindowService
.Title = value;
212
if (
WindowService
== null)
216
return
WindowService
.Height;
222
if (
WindowService
== null)
229
if (!
WindowService
.UserResized)
231
WindowService
.Height = value;
264
if (
WindowService
== null)
268
return
WindowService
.Width;
274
if (
WindowService
== null)
281
if (!
WindowService
.UserResized)
283
WindowService
.Width = value;
360
if (
WindowService
== null)
366
NavigationWindow navWin =
WindowService
as NavigationWindow;
380
if (
WindowService
== null)