26 references to IsShapingActive
PresentationFramework (26)
System\Windows\Controls\ItemCollection.cs (26)
1730if (!IsShapingActive) 2015if (!IsShapingActive || SortDescriptionsMonitor.Busy) 2048if (!IsShapingActive || GroupDescriptionsMonitor.Busy) 2083if (!IsShapingActive || LiveSortingMonitor.Busy) 2122if (!IsShapingActive || LiveFilteringMonitor.Busy) 2161if (!IsShapingActive || LiveGroupingMonitor.Busy) 2278if (!IsShapingActive) 2287get { return IsShapingActive ? _shapingStorage._sort : null; } 2293get { return IsShapingActive ? _shapingStorage._isSortingSet : false; } 2296Debug.Assert(IsShapingActive, "Shaping storage not available"); 2314get { return IsShapingActive ? _shapingStorage._filter : null; } 2321get { return IsShapingActive ? _shapingStorage._groupBy : null; } 2327get { return IsShapingActive ? _shapingStorage._isGroupingSet : false; } 2330if (IsShapingActive) 2350get { return IsShapingActive ? _shapingStorage._isLiveSorting : null; } 2356get { return IsShapingActive ? _shapingStorage._liveSortingProperties : null; } 2362get { return IsShapingActive ? _shapingStorage._isLiveSortingSet : false; } 2365Debug.Assert(IsShapingActive, "Shaping storage not available"); 2383get { return IsShapingActive ? _shapingStorage._isLiveFiltering : null; } 2389get { return IsShapingActive ? _shapingStorage._liveFilteringProperties : null; } 2395get { return IsShapingActive ? _shapingStorage._isLiveFilteringSet : false; } 2398Debug.Assert(IsShapingActive, "Shaping storage not available"); 2416get { return IsShapingActive ? _shapingStorage._isLiveGrouping : null; } 2422get { return IsShapingActive ? _shapingStorage._liveGroupingProperties : null; } 2428get { return IsShapingActive ? _shapingStorage._isLiveGroupingSet : false; } 2431Debug.Assert(IsShapingActive, "Shaping storage not available");