17 references to IsInTree
PresentationFramework (17)
MS\Internal\Documents\TextContainerHelper.cs (1)
634if (!textElement.IsInTree || textElement.TextContainer != textContainer)
System\Windows\Documents\TextElement.cs (16)
135if (this.IsInTree) 245if (this.IsInTree) 950if (this.IsInTree) // No work to do if no one's listening. 992if (!this.IsInTree) // No work to do if no one's listening. 1253Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1265Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1277Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1289Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1302return this.IsInTree ? _textElementNode.SymbolCount : 2; 1369if (!this.IsInTree) 1423if (!this.IsInTree) 1441if (!this.IsInTree) 1459if (!this.IsInTree) 1477if (!this.IsInTree) 1566if (this.IsInTree) 1587Invariant.Assert(this.IsInTree);