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