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