17 references to IsInTree
PresentationFramework (17)
MS\Internal\Documents\TextContainerHelper.cs (1)
631if (!textElement.IsInTree || textElement.TextContainer != textContainer)
System\Windows\Documents\TextElement.cs (16)
128if (this.IsInTree) 234if (this.IsInTree) 935if (this.IsInTree) // No work to do if no one's listening. 977if (!this.IsInTree) // No work to do if no one's listening. 1235Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1247Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1259Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1271Invariant.Assert(this.IsInTree, "TextElement is not in any TextContainer, caller should ensure this."); 1284return this.IsInTree ? _textElementNode.SymbolCount : 2; 1351if (!this.IsInTree) 1405if (!this.IsInTree) 1423if (!this.IsInTree) 1441if (!this.IsInTree) 1459if (!this.IsInTree) 1548if (this.IsInTree) 1569Invariant.Assert(this.IsInTree);