1 override of HasData
PresentationFramework (1)
src\Framework\MS\Internal\Data\RBTree.cs (1)
68
public override bool
HasData
{ get { return false; } }
1 reference to HasData
PresentationFramework (1)
src\Framework\MS\Internal\Data\RBFinger.cs (1)
22
public bool IsValid { get { return Node != null && Node.
HasData
; } }