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