1 instantiation of SizeBox
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
4505sb = new SizeBox(unclippedDesiredSize);
4 references to SizeBox
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (4)
4498SizeBox sb = UnclippedDesiredSizeField.GetValue(this); 4597SizeBox sb = UnclippedDesiredSizeField.GetValue(this); 6393private static readonly UncommonField<SizeBox> UnclippedDesiredSizeField = new UncommonField<SizeBox>();