17 references to IsInTree
PresentationFramework (17)
MS\Internal\Documents\TextContainerHelper.cs (1)
630if (!textElement.IsInTree || textElement.TextContainer != textContainer)
System\Windows\Documents\TextElement.cs (16)
127if (this.IsInTree) 233if (this.IsInTree) 934if (this.IsInTree) // No work to do if no one's listening. 976if (!this.IsInTree) // No work to do if no one's listening. 1234Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1246Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1258Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1270Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1283return this.IsInTree ? _textElementNode.SymbolCount : 2; 1350if (!this.IsInTree) 1404if (!this.IsInTree) 1422if (!this.IsInTree) 1440if (!this.IsInTree) 1458if (!this.IsInTree) 1547if (this.IsInTree) 1568Invariant.Assert(this.IsInTree);