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)
237get { return _textRun; } 252_properties = _modifierScope.ModifyProperties(_textRun.Properties); 256_properties = _textRun.Properties; 366get { return _textRun is TextEndOfLine; } 383TextRunProperties properties = _textRun.Properties;