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)
245get { return _textRun; } 260_properties = _modifierScope.ModifyProperties(_textRun.Properties); 264_properties = _textRun.Properties; 374get { return _textRun is TextEndOfLine; } 391TextRunProperties properties = _textRun.Properties;