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