1 instantiation of SizeBox
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
4502sb = new SizeBox(unclippedDesiredSize);
4 references to SizeBox
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
4495SizeBox sb = UnclippedDesiredSizeField.GetValue(this); 4595SizeBox sb = UnclippedDesiredSizeField.GetValue(this); 6380private static readonly UncommonField<SizeBox> UnclippedDesiredSizeField = new UncommonField<SizeBox>();