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)
1070textBlock.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)
244if (IsContentPresenterContainer) 2977textContainer = new TextContainer(IsContentPresenterContainer ? null : this, false /* plainTextOnly */);