17 references to AttributeStyle
PresentationFramework (17)
System\Windows\Documents\TextStore.cs (17)
2813case AttributeStyle.InputScope:
2819case AttributeStyle.Font_Style_Height:
2825case AttributeStyle.Font_FaceName:
2836case AttributeStyle.Font_SizePts:
2841case AttributeStyle.Text_ReadOnly:
2846case AttributeStyle.Text_Orientation:
2890case AttributeStyle.Text_VerticalWriting:
4202internal TextServicesAttribute(Guid guid, AttributeStyle style)
4213internal AttributeStyle Style
4220private AttributeStyle _style;
4601new TextServicesAttribute(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope),
4602new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height),
4603new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName),
4604new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts),
4605new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly),
4606new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation),
4607new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),