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