1 instantiation of SizeBox
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
4485sb = new SizeBox(unclippedDesiredSize);
4 references to SizeBox
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
4478SizeBox sb = UnclippedDesiredSizeField.GetValue(this); 4578SizeBox sb = UnclippedDesiredSizeField.GetValue(this); 6365private static readonly UncommonField<SizeBox> UnclippedDesiredSizeField = new UncommonField<SizeBox>();