17 references to IsInTree
PresentationFramework (17)
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (1)
639
if (!textElement.
IsInTree
|| textElement.TextContainer != textContainer)
src\Framework\System\Windows\Documents\TextElement.cs (16)
140
if (this.
IsInTree
)
250
if (this.
IsInTree
)
995
if (this.
IsInTree
) // No work to do if no one's listening.
1037
if (!this.
IsInTree
) // No work to do if no one's listening.
1298
Invariant.Assert(this.
IsInTree
, "TextElement is not in any TextContainer, caller should ensure this.");
1310
Invariant.Assert(this.
IsInTree
, "TextElement is not in any TextContainer, caller should ensure this.");
1322
Invariant.Assert(this.
IsInTree
, "TextElement is not in any TextContainer, caller should ensure this.");
1334
Invariant.Assert(this.
IsInTree
, "TextElement is not in any TextContainer, caller should ensure this.");
1347
return this.
IsInTree
? _textElementNode.SymbolCount : 2;
1414
if (!this.
IsInTree
)
1468
if (!this.
IsInTree
)
1486
if (!this.
IsInTree
)
1504
if (!this.
IsInTree
)
1522
if (!this.
IsInTree
)
1617
if (this.
IsInTree
)
1638
Invariant.Assert(this.
IsInTree
);