1 write to SizeToContent
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7947
_sourceWindow.
SizeToContent
= value;
4 references to SizeToContent
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSource.cs (3)
1569
if ((_myOwnUpdate != true) && (
SizeToContent
!= SizeToContent.Manual))
1613
bool sizeToWidth = (
SizeToContent
== SizeToContent.Height) ? false : true;
1614
bool sizeToHeight = (
SizeToContent
== SizeToContent.Width) ? false : true;
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7941
return _sourceWindow.
SizeToContent
;