5 references to WidthAndHeight
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
276
_sizeToContent = SizeToContent.
WidthAndHeight
;
1040
if (_sizeToContent == SizeToContent.
WidthAndHeight
)
1416
if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.
WidthAndHeight
) && !_isWindowInMinimizeState)
2651
value == SizeToContent.
WidthAndHeight
;
PresentationFramework (1)
System\Windows\Window.cs (1)
6988
value == SizeToContent.
WidthAndHeight
;