2 writes to _type
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
99_type = type; 152_type = type;
6 references to _type
PresentationCore (6)
MS\Internal\TextFormatting\LineServicesRun.cs (6)
179return _type == Plsrun.Text; 190return (_type == Plsrun.Text || _type == Plsrun.InlineObject); 201return (_type == Plsrun.LineBreak || _type == Plsrun.ParaBreak); 485get { return _type; }