2 implementations of Extent
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1150public Size Extent
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11844public Size Extent
1 write to Extent
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
824scrollData.Extent = extent;
1 reference to Extent
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
817fValid &= DoubleUtil.AreClose(extent, scrollData.Extent);