1 write to _textRun
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
212
_textRun
= textRun;
5 references to _textRun
PresentationCore (5)
MS\Internal\TextFormatting\TextProperties.cs (5)
236
get { return
_textRun
; }
251
_properties = _modifierScope.ModifyProperties(
_textRun
.Properties);
255
_properties =
_textRun
.Properties;
365
get { return
_textRun
is TextEndOfLine; }
382
TextRunProperties properties =
_textRun
.Properties;