17 references to IsInTree
PresentationFramework (17)
MS\Internal\Documents\TextContainerHelper.cs (1)
631if (!textElement.IsInTree || textElement.TextContainer != textContainer)
System\Windows\Documents\TextElement.cs (16)
134if (this.IsInTree) 244if (this.IsInTree) 949if (this.IsInTree) // No work to do if no one's listening. 991if (!this.IsInTree) // No work to do if no one's listening. 1252Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1264Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1276Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1288Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1301return this.IsInTree ? _textElementNode.SymbolCount : 2; 1368if (!this.IsInTree) 1422if (!this.IsInTree) 1440if (!this.IsInTree) 1458if (!this.IsInTree) 1476if (!this.IsInTree) 1565if (this.IsInTree) 1586Invariant.Assert(this.IsInTree);