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