2 writes to _type
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
109_type = type; 167_type = type;
6 references to _type
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (6)
194return _type == Plsrun.Text; 205return (_type == Plsrun.Text || _type == Plsrun.InlineObject); 216return (_type == Plsrun.LineBreak || _type == Plsrun.ParaBreak); 500get { return _type; }