1 write to _textRun
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
219
_textRun
= textRun;
5 references to _textRun
PresentationCore (5)
MS\Internal\TextFormatting\TextProperties.cs (5)
243
get { return
_textRun
; }
258
_properties = _modifierScope.ModifyProperties(
_textRun
.Properties);
262
_properties =
_textRun
.Properties;
372
get { return
_textRun
is TextEndOfLine; }
389
TextRunProperties properties =
_textRun
.Properties;