2 references to OrientationProperty
PresentationFramework.AeroLite (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
110get { return (Orientation)GetValue(OrientationProperty); } 111set { SetValue(OrientationProperty, value); }