1 write to _isCustomSorting
PresentationFramework (1)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
88_isCustomSorting = !(comparer is SortFieldComparer);
2 references to _isCustomSorting
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
260if (!_isCustomSorting) 463if (_isCustomSorting && ContainsDP(_sortInfos, dp) && !lsi.FailsFilter)