1 write to SizeToContent
PresentationFramework (1)
System\Windows\Window.cs (1)
7471_sourceWindow.SizeToContent = value;
4 references to SizeToContent
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1332if ((!_myOwnUpdate) && (SizeToContent != SizeToContent.Manual)) 1376bool sizeToWidth = (SizeToContent == SizeToContent.Height) ? false : true; 1377bool sizeToHeight = (SizeToContent == SizeToContent.Width) ? false : true;
PresentationFramework (1)
System\Windows\Window.cs (1)
7466return _sourceWindow.SizeToContent;