5 references to OrientationProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
342
binding.Path = new PropertyPath(ToolBar.
OrientationProperty
);
src\Framework\System\Windows\Controls\ToolBar.cs (2)
136
return (Orientation) GetValue(
OrientationProperty
);
727
CoerceValue(
OrientationProperty
);
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
115
toolbarCollection[i].CoerceValue(ToolBar.
OrientationProperty
);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8160
DependencyProperty dp = System.Windows.Controls.ToolBar.
OrientationProperty
;