1 write to _isWindowInMinimizeState
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
1419
_isWindowInMinimizeState
= (NativeMethods.IntPtrToInt32(wParam) == NativeMethods.SIZE_MINIMIZED) ? true : false;
2 references to _isWindowInMinimizeState
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
807
if (_sizeToContent != SizeToContent.Manual && !
_isWindowInMinimizeState
)
1421
if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !
_isWindowInMinimizeState
)