26 references to IsShapingActive
PresentationFramework (26)
System\Windows\Controls\ItemCollection.cs (26)
1719if (!IsShapingActive) 1999if (!IsShapingActive || SortDescriptionsMonitor.Busy) 2032if (!IsShapingActive || GroupDescriptionsMonitor.Busy) 2067if (!IsShapingActive || LiveSortingMonitor.Busy) 2106if (!IsShapingActive || LiveFilteringMonitor.Busy) 2145if (!IsShapingActive || LiveGroupingMonitor.Busy) 2262if (!IsShapingActive) 2271get { return IsShapingActive ? _shapingStorage._sort : null; } 2277get { return IsShapingActive ? _shapingStorage._isSortingSet : false; } 2280Debug.Assert(IsShapingActive, "Shaping storage not available"); 2298get { return IsShapingActive ? _shapingStorage._filter : null; } 2305get { return IsShapingActive ? _shapingStorage._groupBy : null; } 2311get { return IsShapingActive ? _shapingStorage._isGroupingSet : false; } 2314if (IsShapingActive) 2334get { return IsShapingActive ? _shapingStorage._isLiveSorting : null; } 2340get { return IsShapingActive ? _shapingStorage._liveSortingProperties : null; } 2346get { return IsShapingActive ? _shapingStorage._isLiveSortingSet : false; } 2349Debug.Assert(IsShapingActive, "Shaping storage not available"); 2367get { return IsShapingActive ? _shapingStorage._isLiveFiltering : null; } 2373get { return IsShapingActive ? _shapingStorage._liveFilteringProperties : null; } 2379get { return IsShapingActive ? _shapingStorage._isLiveFilteringSet : false; } 2382Debug.Assert(IsShapingActive, "Shaping storage not available"); 2400get { return IsShapingActive ? _shapingStorage._isLiveGrouping : null; } 2406get { return IsShapingActive ? _shapingStorage._liveGroupingProperties : null; } 2412get { return IsShapingActive ? _shapingStorage._isLiveGroupingSet : false; } 2415Debug.Assert(IsShapingActive, "Shaping storage not available");