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