2 implementations of Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
297public Orientation Orientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1774public Orientation Orientation
2 references to Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
553bool fHorizontal = (measureElement.Orientation == Orientation.Horizontal); 719bool fHorizontal = (arrangeElement.Orientation == Orientation.Horizontal);