7 references to TextBlock
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (7)
40((IAddChild)TextBlock).AddChild(value); 51((IAddChild)TextBlock).AddText(text); 424TextBlock.Measure(constraint); 425return TextBlock.DesiredSize; 434TextBlock.Arrange(new Rect(arrangeSize)); 502((AccessText)d).TextBlock.SetValue(e.Property, e.NewValue); 535return TextBlock;