1 write to _attr
PresentationFramework (1)
System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
43_attr = attr;
8 references to _attr
PresentationFramework (8)
System\Windows\Documents\TextServicesDisplayAttribute.cs (8)
57if (_attr.crText.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE || 58_attr.crBk.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE || 59_attr.crLine.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE || 60_attr.lsStyle != UnsafeNativeMethods.TF_DA_LINESTYLE.TF_LS_NONE) 116return GetColor(_attr.crLine, position); 126return _attr.lsStyle; 137return _attr.fBoldLine; 145return _attr.bAttr;