2 references to IsLiveSortingRequestedProperty
PresentationFramework (2)
System\Windows\Data\CollectionViewSource.cs (2)
292
get { return (bool)GetValue(
IsLiveSortingRequestedProperty
); }
293
set { SetValue(
IsLiveSortingRequestedProperty
, value); }