17 references to AttributeStyle
PresentationFramework (17)
System\Windows\Documents\TextStore.cs (17)
2804case AttributeStyle.InputScope: 2810case AttributeStyle.Font_Style_Height: 2816case AttributeStyle.Font_FaceName: 2827case AttributeStyle.Font_SizePts: 2832case AttributeStyle.Text_ReadOnly: 2837case AttributeStyle.Text_Orientation: 2881case AttributeStyle.Text_VerticalWriting: 4193internal TextServicesAttribute(Guid guid, AttributeStyle style) 4204internal AttributeStyle Style 4211private AttributeStyle _style; 4592new TextServicesAttribute(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope), 4593new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height), 4594new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName), 4595new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts), 4596new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly), 4597new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation), 4598new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),