1 write to _textRun
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
219_textRun = textRun;
5 references to _textRun
PresentationCore (5)
MS\Internal\TextFormatting\TextProperties.cs (5)
243get { return _textRun; } 258_properties = _modifierScope.ModifyProperties(_textRun.Properties); 262_properties = _textRun.Properties; 372get { return _textRun is TextEndOfLine; } 389TextRunProperties properties = _textRun.Properties;