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