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