2 writes to _myOwnUpdate
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
830
_myOwnUpdate
= true;
852
_myOwnUpdate
= false;
2 references to _myOwnUpdate
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
1350
if ((
_myOwnUpdate
!= true) && (SizeToContent != SizeToContent.Manual))
1439
if ((!
_myOwnUpdate
) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState)