3 references to TextServicesDisplayAttribute
PresentationFramework (3)
System\Windows\Documents\CompositionAdorner.cs (3)
164
bool lineBold = attributeRange.
TextServicesDisplayAttribute
.IsBoldLine ? true : false;
166
bool hasVirtualSelection = (attributeRange.
TextServicesDisplayAttribute
.AttrInfo & UnsafeNativeMethods.TF_DA_ATTR_INFO.TF_ATTR_TARGET_CONVERTED) != 0;
188
switch (attributeRange.
TextServicesDisplayAttribute
.LineStyle)