5 references to WidthAndHeight
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
282_sizeToContent = SizeToContent.WidthAndHeight; 1046if (_sizeToContent == SizeToContent.WidthAndHeight) 1422if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState) 2662value == SizeToContent.WidthAndHeight;
PresentationFramework (1)
System\Windows\Window.cs (1)
6967value == SizeToContent.WidthAndHeight;