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