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