2 references to OrientationProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
1732get { return (Orientation) GetValue(OrientationProperty); } 1733set { SetValue(OrientationProperty, value); }