5 references to WidthAndHeight
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
281_sizeToContent = SizeToContent.WidthAndHeight; 1045if (_sizeToContent == SizeToContent.WidthAndHeight) 1421if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState) 2659value == SizeToContent.WidthAndHeight;
PresentationFramework (1)
System\Windows\Window.cs (1)
6966value == SizeToContent.WidthAndHeight;