2 implementations of Orientation
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (1)
309
public Orientation
Orientation
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1730
public Orientation
Orientation
2 references to Orientation
PresentationFramework (2)
src\Framework\System\Windows\Controls\Stack.cs (2)
565
bool fHorizontal = (measureElement.
Orientation
== Orientation.Horizontal);
731
bool fHorizontal = (arrangeElement.
Orientation
== Orientation.Horizontal);