22 references to LocalRoot
PresentationFramework (22)
System\Windows\Documents\SplayTreeNode.cs (12)
203
if (role == SplayTreeNodeRole.
LocalRoot
)
253
if (role == SplayTreeNodeRole.
LocalRoot
)
412
Invariant.Assert(location.Role == SplayTreeNodeRole.
LocalRoot
, "location should be local root!");
436
Invariant.Assert(this.Role == SplayTreeNodeRole.
LocalRoot
);
473
Invariant.Assert(root.Role == SplayTreeNodeRole.
LocalRoot
);
510
Invariant.Assert(maxNode.Role == SplayTreeNodeRole.
LocalRoot
);
524
Invariant.Assert(maxNode.Role == SplayTreeNodeRole.
LocalRoot
);
542
Invariant.Assert(this.Role == SplayTreeNodeRole.
LocalRoot
, "location should be local root!");
626
if (nodeRole == SplayTreeNodeRole.
LocalRoot
)
632
if (parentNodeRole == SplayTreeNodeRole.
LocalRoot
)
708
Invariant.Assert(this.Role == SplayTreeNodeRole.
LocalRoot
, "Splay didn't move node to root!");
782
role = SplayTreeNodeRole.
LocalRoot
;
System\Windows\Documents\TextContainer.cs (9)
2674
Invariant.Assert(leftSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2694
Invariant.Assert(middleSubTree.Role == SplayTreeNodeRole.
LocalRoot
, "middleSubTree is not a local root!");
2714
Invariant.Assert(leftSubTree == null || leftSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2715
Invariant.Assert(middleSubTree == null || middleSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2716
Invariant.Assert(rightSubTree == null || rightSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2970
Invariant.Assert(elementNode.Role == SplayTreeNodeRole.
LocalRoot
);
3027
Invariant.Assert(previousNode.Role == SplayTreeNodeRole.
LocalRoot
);
3042
Invariant.Assert(nextNode.Role == SplayTreeNodeRole.
LocalRoot
);
3123
Invariant.Assert(clone.Role == SplayTreeNodeRole.
LocalRoot
);
System\Windows\Documents\TextPointer.cs (1)
2991
if (searchNode.Role == SplayTreeNodeRole.
LocalRoot
)