2 implementations of Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
293public Orientation Orientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1770public Orientation Orientation
2 references to Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
549bool fHorizontal = (measureElement.Orientation == Orientation.Horizontal); 715bool fHorizontal = (arrangeElement.Orientation == Orientation.Horizontal);