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