17 references to AttributeStyle
PresentationFramework (17)
System\Windows\Documents\TextStore.cs (17)
2822case AttributeStyle.InputScope: 2828case AttributeStyle.Font_Style_Height: 2834case AttributeStyle.Font_FaceName: 2845case AttributeStyle.Font_SizePts: 2850case AttributeStyle.Text_ReadOnly: 2855case AttributeStyle.Text_Orientation: 2899case AttributeStyle.Text_VerticalWriting: 4211internal TextServicesAttribute(Guid guid, AttributeStyle style) 4222internal AttributeStyle Style 4229private AttributeStyle _style; 4614new TextServicesAttribute(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope), 4615new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height), 4616new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName), 4617new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts), 4618new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly), 4619new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation), 4620new TextServicesAttribute(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),