7 references to TextBlock
PresentationFramework (7)
src\Framework\System\Windows\Controls\AccessText.cs (7)
43((IAddChild)TextBlock).AddChild(value); 54((IAddChild)TextBlock).AddText(text); 427TextBlock.Measure(constraint); 428return TextBlock.DesiredSize; 437TextBlock.Arrange(new Rect(arrangeSize)); 505((AccessText)d).TextBlock.SetValue(e.Property, e.NewValue); 538return TextBlock;