2 implementations of Orientation
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
309public Orientation Orientation
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1730public Orientation Orientation
2 references to Orientation
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (2)
565bool fHorizontal = (measureElement.Orientation == Orientation.Horizontal); 731bool fHorizontal = (arrangeElement.Orientation == Orientation.Horizontal);