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)
1569if ((_myOwnUpdate != true) && (SizeToContent != SizeToContent.Manual)) 1613bool sizeToWidth = (SizeToContent == SizeToContent.Height) ? false : true; 1614bool sizeToHeight = (SizeToContent == SizeToContent.Width) ? false : true;
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7941return _sourceWindow.SizeToContent;