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