2 implementations of Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (1)
292
public Orientation
Orientation
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1763
public Orientation
Orientation
2 references to Orientation
PresentationFramework (2)
System\Windows\Controls\Stack.cs (2)
548
bool fHorizontal = (measureElement.
Orientation
== Orientation.Horizontal);
714
bool fHorizontal = (arrangeElement.
Orientation
== Orientation.Horizontal);