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