22 references to LocalRoot
PresentationFramework (22)
System\Windows\Documents\SplayTreeNode.cs (12)
204
if (role == SplayTreeNodeRole.
LocalRoot
)
254
if (role == SplayTreeNodeRole.
LocalRoot
)
413
Invariant.Assert(location.Role == SplayTreeNodeRole.
LocalRoot
, "location should be local root!");
437
Invariant.Assert(this.Role == SplayTreeNodeRole.
LocalRoot
);
474
Invariant.Assert(root.Role == SplayTreeNodeRole.
LocalRoot
);
511
Invariant.Assert(maxNode.Role == SplayTreeNodeRole.
LocalRoot
);
525
Invariant.Assert(maxNode.Role == SplayTreeNodeRole.
LocalRoot
);
543
Invariant.Assert(this.Role == SplayTreeNodeRole.
LocalRoot
, "location should be local root!");
627
if (nodeRole == SplayTreeNodeRole.
LocalRoot
)
633
if (parentNodeRole == SplayTreeNodeRole.
LocalRoot
)
709
Invariant.Assert(this.Role == SplayTreeNodeRole.
LocalRoot
, "Splay didn't move node to root!");
783
role = SplayTreeNodeRole.
LocalRoot
;
System\Windows\Documents\TextContainer.cs (9)
2675
Invariant.Assert(leftSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2695
Invariant.Assert(middleSubTree.Role == SplayTreeNodeRole.
LocalRoot
, "middleSubTree is not a local root!");
2715
Invariant.Assert(leftSubTree == null || leftSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2716
Invariant.Assert(middleSubTree == null || middleSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2717
Invariant.Assert(rightSubTree == null || rightSubTree.Role == SplayTreeNodeRole.
LocalRoot
);
2971
Invariant.Assert(elementNode.Role == SplayTreeNodeRole.
LocalRoot
);
3028
Invariant.Assert(previousNode.Role == SplayTreeNodeRole.
LocalRoot
);
3043
Invariant.Assert(nextNode.Role == SplayTreeNodeRole.
LocalRoot
);
3124
Invariant.Assert(clone.Role == SplayTreeNodeRole.
LocalRoot
);
System\Windows\Documents\TextPointer.cs (1)
2992
if (searchNode.Role == SplayTreeNodeRole.
LocalRoot
)