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