1 write to _attr
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
49_attr = attr;
8 references to _attr
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextServicesDisplayAttribute.cs (8)
63if (_attr.crText.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE || 64_attr.crBk.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE || 65_attr.crLine.type != UnsafeNativeMethods.TF_DA_COLORTYPE.TF_CT_NONE || 66_attr.lsStyle != UnsafeNativeMethods.TF_DA_LINESTYLE.TF_LS_NONE) 123return GetColor(_attr.crLine, position); 133return _attr.lsStyle; 144return _attr.fBoldLine; 152return _attr.bAttr;