2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7677
_window.
Manager
= this;
7715
_window.
Manager
= null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3243
Debug.Assert(
Manager
!= null, "HwndStyleManager must have a valid value here");
3252
if (
Manager
!= null)
3268
Manager
.Dirty = true;
3276
if (
Manager
!= null)
3292
Manager
.Dirty = true;
6857
HwndStyleManager manager =
Manager
;
7663
if (w.
Manager
== null)
7669
w.
Manager
._refCount++;
7670
return w.
Manager
;
7713
if (_window.
Manager
== this)