7 references to TextBlock
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (7)
41((IAddChild)TextBlock).AddChild(value); 52((IAddChild)TextBlock).AddText(text); 425TextBlock.Measure(constraint); 426return TextBlock.DesiredSize; 435TextBlock.Arrange(new Rect(arrangeSize)); 503((AccessText)d).TextBlock.SetValue(e.Property, e.NewValue); 536return TextBlock;