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