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