1 write to _attr
PresentationFramework (1)
System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
34
_attr
= attr;
8 references to _attr
PresentationFramework (8)
System\Windows\Documents\TextServicesDisplayAttribute.cs (8)
48
if (
_attr
.crText.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE ||
49
_attr
.crBk.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE ||
50
_attr
.crLine.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE ||
51
_attr
.lsStyle != UnsafeNativeMethods.TF_DA_LINESTYLE.TF_LS_NONE)
107
return GetColor(
_attr
.crLine, position);
117
return
_attr
.lsStyle;
128
return
_attr
.fBoldLine;
136
return
_attr
.bAttr;