26 references to IsShapingActive
PresentationFramework (26)
System\Windows\Controls\ItemCollection.cs (26)
1739if (!IsShapingActive) 2024if (!IsShapingActive || SortDescriptionsMonitor.Busy) 2057if (!IsShapingActive || GroupDescriptionsMonitor.Busy) 2092if (!IsShapingActive || LiveSortingMonitor.Busy) 2131if (!IsShapingActive || LiveFilteringMonitor.Busy) 2170if (!IsShapingActive || LiveGroupingMonitor.Busy) 2287if (!IsShapingActive) 2296get { return IsShapingActive ? _shapingStorage._sort : null; } 2302get { return IsShapingActive ? _shapingStorage._isSortingSet : false; } 2305Debug.Assert(IsShapingActive, "Shaping storage not available"); 2323get { return IsShapingActive ? _shapingStorage._filter : null; } 2330get { return IsShapingActive ? _shapingStorage._groupBy : null; } 2336get { return IsShapingActive ? _shapingStorage._isGroupingSet : false; } 2339if (IsShapingActive) 2359get { return IsShapingActive ? _shapingStorage._isLiveSorting : null; } 2365get { return IsShapingActive ? _shapingStorage._liveSortingProperties : null; } 2371get { return IsShapingActive ? _shapingStorage._isLiveSortingSet : false; } 2374Debug.Assert(IsShapingActive, "Shaping storage not available"); 2392get { return IsShapingActive ? _shapingStorage._isLiveFiltering : null; } 2398get { return IsShapingActive ? _shapingStorage._liveFilteringProperties : null; } 2404get { return IsShapingActive ? _shapingStorage._isLiveFilteringSet : false; } 2407Debug.Assert(IsShapingActive, "Shaping storage not available"); 2425get { return IsShapingActive ? _shapingStorage._isLiveGrouping : null; } 2431get { return IsShapingActive ? _shapingStorage._liveGroupingProperties : null; } 2437get { return IsShapingActive ? _shapingStorage._isLiveGroupingSet : false; } 2440Debug.Assert(IsShapingActive, "Shaping storage not available");