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