2 implementations of Extent
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
1144
public Size
Extent
System\Windows\Controls\VirtualizingStackPanel.cs (1)
11839
public Size
Extent
1 write to Extent
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
818
scrollData.
Extent
= extent;
1 reference to Extent
PresentationFramework (1)
System\Windows\Controls\Stack.cs (1)
811
fValid &= DoubleUtil.AreClose(extent, scrollData.
Extent
);