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