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