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