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