17 references to AttributeStyle
PresentationFramework (17)
System\Windows\Documents\TextStore.cs (17)
2798case AttributeStyle.InputScope:
2804case AttributeStyle.Font_Style_Height:
2810case AttributeStyle.Font_FaceName:
2821case AttributeStyle.Font_SizePts:
2826case AttributeStyle.Text_ReadOnly:
2831case AttributeStyle.Text_Orientation:
2875case AttributeStyle.Text_VerticalWriting:
4184internal TextServicesAttribute(Guid guid, AttributeStyle style)
4195internal AttributeStyle Style
4202private AttributeStyle _style;
4583new TextServicesAttribute(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope),
4584new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height),
4585new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName),
4586new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts),
4587new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly),
4588new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation),
4589new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),