2 references to DeferredTextReference
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3111
SetDeferredValue(TextProperty, new
DeferredTextReference
(this.TextContainer));
src\Framework\System\Windows\Controls\TextBox.cs (1)
1211
DeferredTextReference dtr = new
DeferredTextReference
(this.TextContainer);