1 write to _textRun
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
213
_textRun
= textRun;
5 references to _textRun
PresentationCore (5)
MS\Internal\TextFormatting\TextProperties.cs (5)
237
get { return
_textRun
; }
252
_properties = _modifierScope.ModifyProperties(
_textRun
.Properties);
256
_properties =
_textRun
.Properties;
366
get { return
_textRun
is TextEndOfLine; }
383
TextRunProperties properties =
_textRun
.Properties;