2 writes to _myOwnUpdate
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
967_myOwnUpdate = true; 989_myOwnUpdate = false;
2 references to _myOwnUpdate
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
1569if ((_myOwnUpdate != true) && (SizeToContent != SizeToContent.Manual)) 1663if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState)