Base:
property
IsBottomLevel
System.Windows.Data.CollectionViewGroup.IsBottomLevel
3 references to IsBottomLevel
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
74bool oldIsBottomLevel = IsBottomLevel; 108if (oldIsBottomLevel != IsBottomLevel)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
354if (currentGroup.IsBottomLevel)