5 references to OrientationProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
329Path = new PropertyPath(ToolBar.OrientationProperty)
System\Windows\Controls\ToolBar.cs (2)
125return (Orientation) GetValue(OrientationProperty); 701CoerceValue(OrientationProperty);
System\Windows\Controls\ToolBarTray.cs (1)
105toolbarCollection[i].CoerceValue(ToolBar.OrientationProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8871DependencyProperty dp = System.Windows.Controls.ToolBar.OrientationProperty;