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