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