1 write to SizeToContent
PresentationFramework (1)
System\Windows\Window.cs (1)
2664
SizeToContent
= HwndSourceSizeToContent;
2 references to SizeToContent
PresentationFramework (2)
System\Windows\Window.cs (2)
2937
if ((
SizeToContent
!= SizeToContent.Manual) || (HwndCreatedButNotShown == true))
5676
return w.
SizeToContent
;