5 references to OrientationProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
341
binding.Path = new PropertyPath(ToolBar.
OrientationProperty
);
System\Windows\Controls\ToolBar.cs (2)
135
return (Orientation) GetValue(
OrientationProperty
);
717
CoerceValue(
OrientationProperty
);
System\Windows\Controls\ToolBarTray.cs (1)
114
toolbarCollection[i].CoerceValue(ToolBar.
OrientationProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8202
DependencyProperty dp = System.Windows.Controls.ToolBar.
OrientationProperty
;