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)
1569
if ((
_myOwnUpdate
!= true) && (SizeToContent != SizeToContent.Manual))
1663
if ((!
_myOwnUpdate
) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState)