2 writes to _isRestoringLiveSorting
PresentationFramework (2)
MS\Internal\Data\LiveShapingList.cs (2)
298
_isRestoringLiveSorting
= true;
300
_isRestoringLiveSorting
= false;
1 reference to _isRestoringLiveSorting
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
503
internal bool IsRestoringLiveSorting { get { return
_isRestoringLiveSorting
; } }