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)
194
return
_type
== Plsrun.Text;
205
return (
_type
== Plsrun.Text ||
_type
== Plsrun.InlineObject);
216
return (
_type
== Plsrun.LineBreak ||
_type
== Plsrun.ParaBreak);
500
get { return
_type
; }