26 references to IsShapingActive
PresentationFramework (26)
System\Windows\Controls\ItemCollection.cs (26)
1730
if (!
IsShapingActive
)
2015
if (!
IsShapingActive
|| SortDescriptionsMonitor.Busy)
2048
if (!
IsShapingActive
|| GroupDescriptionsMonitor.Busy)
2083
if (!
IsShapingActive
|| LiveSortingMonitor.Busy)
2122
if (!
IsShapingActive
|| LiveFilteringMonitor.Busy)
2161
if (!
IsShapingActive
|| LiveGroupingMonitor.Busy)
2278
if (!
IsShapingActive
)
2287
get { return
IsShapingActive
? _shapingStorage._sort : null; }
2293
get { return
IsShapingActive
? _shapingStorage._isSortingSet : false; }
2296
Debug.Assert(
IsShapingActive
, "Shaping storage not available");
2314
get { return
IsShapingActive
? _shapingStorage._filter : null; }
2321
get { return
IsShapingActive
? _shapingStorage._groupBy : null; }
2327
get { return
IsShapingActive
? _shapingStorage._isGroupingSet : false; }
2330
if (
IsShapingActive
)
2350
get { return
IsShapingActive
? _shapingStorage._isLiveSorting : null; }
2356
get { return
IsShapingActive
? _shapingStorage._liveSortingProperties : null; }
2362
get { return
IsShapingActive
? _shapingStorage._isLiveSortingSet : false; }
2365
Debug.Assert(
IsShapingActive
, "Shaping storage not available");
2383
get { return
IsShapingActive
? _shapingStorage._isLiveFiltering : null; }
2389
get { return
IsShapingActive
? _shapingStorage._liveFilteringProperties : null; }
2395
get { return
IsShapingActive
? _shapingStorage._isLiveFilteringSet : false; }
2398
Debug.Assert(
IsShapingActive
, "Shaping storage not available");
2416
get { return
IsShapingActive
? _shapingStorage._isLiveGrouping : null; }
2422
get { return
IsShapingActive
? _shapingStorage._liveGroupingProperties : null; }
2428
get { return
IsShapingActive
? _shapingStorage._isLiveGroupingSet : false; }
2431
Debug.Assert(
IsShapingActive
, "Shaping storage not available");