2 writes to IsContentPresenterContainer
PresentationFramework (2)
src\Framework\System\Windows\Controls\AccessText.cs (1)
516
_textBlock.
IsContentPresenterContainer
= true;
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
1070
textBlock.
IsContentPresenterContainer
= true; // this is done so that the TextBlock does not steal away the logical child
2 references to IsContentPresenterContainer
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
244
if (
IsContentPresenterContainer
)
2977
textContainer = new TextContainer(
IsContentPresenterContainer
? null : this, false /* plainTextOnly */);