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