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