17 references to AttributeStyle
PresentationFramework (17)
System\Windows\Documents\TextStore.cs (17)
2788case AttributeStyle.InputScope:
2794case AttributeStyle.Font_Style_Height:
2800case AttributeStyle.Font_FaceName:
2811case AttributeStyle.Font_SizePts:
2816case AttributeStyle.Text_ReadOnly:
2821case AttributeStyle.Text_Orientation:
2865case AttributeStyle.Text_VerticalWriting:
4174internal TextServicesAttribute(Guid guid, AttributeStyle style)
4185internal AttributeStyle Style
4192private AttributeStyle _style;
4573new TextServicesAttribute(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope),
4574new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height),
4575new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName),
4576new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts),
4577new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly),
4578new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation),
4579new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),