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