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