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