26 references to IsShapingActive
PresentationFramework (26)
System\Windows\Controls\ItemCollection.cs (26)
1721if (!IsShapingActive) 2001if (!IsShapingActive || SortDescriptionsMonitor.Busy) 2034if (!IsShapingActive || GroupDescriptionsMonitor.Busy) 2069if (!IsShapingActive || LiveSortingMonitor.Busy) 2108if (!IsShapingActive || LiveFilteringMonitor.Busy) 2147if (!IsShapingActive || LiveGroupingMonitor.Busy) 2264if (!IsShapingActive) 2273get { return IsShapingActive ? _shapingStorage._sort : null; } 2279get { return IsShapingActive ? _shapingStorage._isSortingSet : false; } 2282Debug.Assert(IsShapingActive, "Shaping storage not available"); 2300get { return IsShapingActive ? _shapingStorage._filter : null; } 2307get { return IsShapingActive ? _shapingStorage._groupBy : null; } 2313get { return IsShapingActive ? _shapingStorage._isGroupingSet : false; } 2316if (IsShapingActive) 2336get { return IsShapingActive ? _shapingStorage._isLiveSorting : null; } 2342get { return IsShapingActive ? _shapingStorage._liveSortingProperties : null; } 2348get { return IsShapingActive ? _shapingStorage._isLiveSortingSet : false; } 2351Debug.Assert(IsShapingActive, "Shaping storage not available"); 2369get { return IsShapingActive ? _shapingStorage._isLiveFiltering : null; } 2375get { return IsShapingActive ? _shapingStorage._liveFilteringProperties : null; } 2381get { return IsShapingActive ? _shapingStorage._isLiveFilteringSet : false; } 2384Debug.Assert(IsShapingActive, "Shaping storage not available"); 2402get { return IsShapingActive ? _shapingStorage._isLiveGrouping : null; } 2408get { return IsShapingActive ? _shapingStorage._liveGroupingProperties : null; } 2414get { return IsShapingActive ? _shapingStorage._isLiveGroupingSet : false; } 2417Debug.Assert(IsShapingActive, "Shaping storage not available");