17 references to AttributeStyle
PresentationFramework (17)
System\Windows\Documents\TextStore.cs (17)
2797case AttributeStyle.InputScope:
2803case AttributeStyle.Font_Style_Height:
2809case AttributeStyle.Font_FaceName:
2820case AttributeStyle.Font_SizePts:
2825case AttributeStyle.Text_ReadOnly:
2830case AttributeStyle.Text_Orientation:
2874case AttributeStyle.Text_VerticalWriting:
4183internal TextServicesAttribute(Guid guid, AttributeStyle style)
4194internal AttributeStyle Style
4201private AttributeStyle _style;
4582new TextServicesAttribute(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope),
4583new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height),
4584new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName),
4585new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts),
4586new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly),
4587new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation),
4588new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),