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