26 references to IsShapingActive
PresentationFramework (26)
src\Framework\System\Windows\Controls\ItemCollection.cs (26)
1750if (!IsShapingActive) 2032if (!IsShapingActive || SortDescriptionsMonitor.Busy) 2065if (!IsShapingActive || GroupDescriptionsMonitor.Busy) 2100if (!IsShapingActive || LiveSortingMonitor.Busy) 2139if (!IsShapingActive || LiveFilteringMonitor.Busy) 2178if (!IsShapingActive || LiveGroupingMonitor.Busy) 2295if (!IsShapingActive) 2304get { return IsShapingActive ? _shapingStorage._sort : null; } 2310get { return IsShapingActive ? _shapingStorage._isSortingSet : false; } 2313Debug.Assert(IsShapingActive, "Shaping storage not available"); 2331get { return IsShapingActive ? _shapingStorage._filter : null; } 2338get { return IsShapingActive ? _shapingStorage._groupBy : null; } 2344get { return IsShapingActive ? _shapingStorage._isGroupingSet : false; } 2347if (IsShapingActive) 2367get { return IsShapingActive ? _shapingStorage._isLiveSorting : null; } 2373get { return IsShapingActive ? _shapingStorage._liveSortingProperties : null; } 2379get { return IsShapingActive ? _shapingStorage._isLiveSortingSet : false; } 2382Debug.Assert(IsShapingActive, "Shaping storage not available"); 2400get { return IsShapingActive ? _shapingStorage._isLiveFiltering : null; } 2406get { return IsShapingActive ? _shapingStorage._liveFilteringProperties : null; } 2412get { return IsShapingActive ? _shapingStorage._isLiveFilteringSet : false; } 2415Debug.Assert(IsShapingActive, "Shaping storage not available"); 2433get { return IsShapingActive ? _shapingStorage._isLiveGrouping : null; } 2439get { return IsShapingActive ? _shapingStorage._liveGroupingProperties : null; } 2445get { return IsShapingActive ? _shapingStorage._isLiveGroupingSet : false; } 2448Debug.Assert(IsShapingActive, "Shaping storage not available");