2 references to IsChildOfNode
PresentationFramework (2)
System\Windows\Documents\TextPointer.cs (2)
3972
Invariant.Assert(oldNode.ParentNode == null || oldNode.
IsChildOfNode
(oldNode.ParentNode), "Trying to add ref a dead node!");
3973
Invariant.Assert(newNode.ParentNode == null || newNode.
IsChildOfNode
(newNode.ParentNode), "Trying to add ref a dead node!");