2 writes to _myOwnUpdate
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
823
_myOwnUpdate
= true;
845
_myOwnUpdate
= false;
2 references to _myOwnUpdate
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
1332
if ((!
_myOwnUpdate
) && (SizeToContent != SizeToContent.Manual))
1421
if ((!
_myOwnUpdate
) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState)