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