2 references to SortDirectionProperty
PresentationFramework.AeroLite (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
79get { return (ListSortDirection?)GetValue(SortDirectionProperty); } 80set { SetValue(SortDirectionProperty, value); }