2 writes to IsContentPresenterContainer
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (1)
514_textBlock.IsContentPresenterContainer = true;
System\Windows\Controls\ContentPresenter.cs (1)
1072textBlock.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)
220if (IsContentPresenterContainer) 2867textContainer = new TextContainer(IsContentPresenterContainer ? null : this, false /* plainTextOnly */);