5 references to OrientationProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
333
Path = new PropertyPath(ToolBar.
OrientationProperty
)
System\Windows\Controls\ToolBar.cs (2)
126
return (Orientation) GetValue(
OrientationProperty
);
708
CoerceValue(
OrientationProperty
);
System\Windows\Controls\ToolBarTray.cs (1)
106
toolbarCollection[i].CoerceValue(ToolBar.
OrientationProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8872
DependencyProperty dp = System.Windows.Controls.ToolBar.
OrientationProperty
;