5 references to ContainerTextElementField
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3708
TextElement te = TextElement.
ContainerTextElementField
.GetValue(d);
src\Framework\System\Windows\Documents\BlockUIContainer.cs (2)
92
ContainerTextElementField
.ClearValue(child);
97
ContainerTextElementField
.SetValue(value, this);
src\Framework\System\Windows\Documents\InlineUIContainer.cs (2)
123
ContainerTextElementField
.ClearValue(child);
128
ContainerTextElementField
.SetValue(value, this);