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