1 write to _window
PresentationFramework (1)
System\Windows\Window.cs (1)
7686
_window
= w;
6 references to _window
PresentationFramework (6)
System\Windows\Window.cs (6)
7687
_window
.Manager = this;
7691
_window
._Style = Style;
7692
_window
._StyleEx = StyleEx;
7721
_window
.Flush();
7723
if (
_window
.Manager == this)
7725
_window
.Manager = null;