17 references to AttributeStyle
PresentationFramework (17)
src\Framework\System\Windows\Documents\TextStore.cs (17)
2697case AttributeStyle.InputScope: 2703case AttributeStyle.Font_Style_Height: 2709case AttributeStyle.Font_FaceName: 2720case AttributeStyle.Font_SizePts: 2725case AttributeStyle.Text_ReadOnly: 2730case AttributeStyle.Text_Orientation: 2774case AttributeStyle.Text_VerticalWriting: 4013internal TextServicesAttribute(Guid guid, AttributeStyle style) 4024internal AttributeStyle Style 4031private AttributeStyle _style; 4445new TextServicesAttribute(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope), 4446new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height), 4447new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName), 4448new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts), 4449new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly), 4450new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation), 4451new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),