26 references to IsShapingActive
PresentationFramework (26)
System\Windows\Controls\ItemCollection.cs (26)
1721
if (!
IsShapingActive
)
2001
if (!
IsShapingActive
|| SortDescriptionsMonitor.Busy)
2034
if (!
IsShapingActive
|| GroupDescriptionsMonitor.Busy)
2069
if (!
IsShapingActive
|| LiveSortingMonitor.Busy)
2108
if (!
IsShapingActive
|| LiveFilteringMonitor.Busy)
2147
if (!
IsShapingActive
|| LiveGroupingMonitor.Busy)
2264
if (!
IsShapingActive
)
2273
get { return
IsShapingActive
? _shapingStorage._sort : null; }
2279
get { return
IsShapingActive
? _shapingStorage._isSortingSet : false; }
2282
Debug.Assert(
IsShapingActive
, "Shaping storage not available");
2300
get { return
IsShapingActive
? _shapingStorage._filter : null; }
2307
get { return
IsShapingActive
? _shapingStorage._groupBy : null; }
2313
get { return
IsShapingActive
? _shapingStorage._isGroupingSet : false; }
2316
if (
IsShapingActive
)
2336
get { return
IsShapingActive
? _shapingStorage._isLiveSorting : null; }
2342
get { return
IsShapingActive
? _shapingStorage._liveSortingProperties : null; }
2348
get { return
IsShapingActive
? _shapingStorage._isLiveSortingSet : false; }
2351
Debug.Assert(
IsShapingActive
, "Shaping storage not available");
2369
get { return
IsShapingActive
? _shapingStorage._isLiveFiltering : null; }
2375
get { return
IsShapingActive
? _shapingStorage._liveFilteringProperties : null; }
2381
get { return
IsShapingActive
? _shapingStorage._isLiveFilteringSet : false; }
2384
Debug.Assert(
IsShapingActive
, "Shaping storage not available");
2402
get { return
IsShapingActive
? _shapingStorage._isLiveGrouping : null; }
2408
get { return
IsShapingActive
? _shapingStorage._liveGroupingProperties : null; }
2414
get { return
IsShapingActive
? _shapingStorage._isLiveGroupingSet : false; }
2417
Debug.Assert(
IsShapingActive
, "Shaping storage not available");