2 writes to _isBuildingWindow
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
927
_isBuildingWindow
= true;
1005
_isBuildingWindow
= false;
1 reference to _isBuildingWindow
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
922
if(
_isBuildingWindow
|| _isDisposed)