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