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