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