2 writes to _type
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
85_type = type; 138_type = type;
6 references to _type
PresentationCore (6)
MS\Internal\TextFormatting\LineServicesRun.cs (6)
165return _type == Plsrun.Text; 176return (_type == Plsrun.Text || _type == Plsrun.InlineObject); 187return (_type == Plsrun.LineBreak || _type == Plsrun.ParaBreak); 471get { return _type; }