2 writes to _type
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
84_type = type; 137_type = type;
6 references to _type
PresentationCore (6)
MS\Internal\TextFormatting\LineServicesRun.cs (6)
164return _type == Plsrun.Text; 175return (_type == Plsrun.Text || _type == Plsrun.InlineObject); 186return (_type == Plsrun.LineBreak || _type == Plsrun.ParaBreak); 470get { return _type; }