Base:
property
IsBottomLevel
System.Windows.Data.CollectionViewGroup.IsBottomLevel
4 references to IsBottomLevel
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (3)
69
bool oldIsBottomLevel =
IsBottomLevel
;
103
if (oldIsBottomLevel !=
IsBottomLevel
)
105
OnPropertyChanged(new PropertyChangedEventArgs(nameof(
IsBottomLevel
)));
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
377
if (currentGroup.
IsBottomLevel
)