2 implementations of Extent
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
1156public Size Extent
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11703public Size Extent
1 write to Extent
PresentationFramework (1)
src\Framework\System\Windows\Controls\Stack.cs (1)
830scrollData.Extent = extent;
1 reference to Extent
PresentationFramework (1)
src\Framework\System\Windows\Controls\Stack.cs (1)
823fValid &= DoubleUtil.AreClose(extent, scrollData.Extent);