1 write to _textRun
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
221
_textRun
= textRun;
5 references to _textRun
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (5)
245
get { return
_textRun
; }
260
_properties = _modifierScope.ModifyProperties(
_textRun
.Properties);
264
_properties =
_textRun
.Properties;
374
get { return
_textRun
is TextEndOfLine; }
391
TextRunProperties properties =
_textRun
.Properties;