2 implementations of Extent
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1140
public Size
Extent
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11841
public Size
Extent
1 write to Extent
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
814
scrollData.
Extent
= extent;
1 reference to Extent
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
807
fValid &= DoubleUtil.AreClose(extent, scrollData.
Extent
);