2 references to OrientationProperty
PresentationFramework (2)
System\Windows\Controls\ProgressBar.cs (2)
148get { return (Orientation) GetValue(OrientationProperty); } 149set { SetValue(OrientationProperty, value); }