2 implementations of Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
303public Orientation Orientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1779public Orientation Orientation
2 references to Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
559bool fHorizontal = (measureElement.Orientation == Orientation.Horizontal); 725bool fHorizontal = (arrangeElement.Orientation == Orientation.Horizontal);