7 instantiations of TextServicesAttribute
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextStore.cs (7)
4445
new
TextServicesAttribute
(UnsafeNativeMethods.GUID_PROP_INPUTSCOPE, AttributeStyle.InputScope),
4446
new
TextServicesAttribute
(UnsafeNativeMethods.TSATTRID_Font_Style_Height, AttributeStyle.Font_Style_Height),
4447
new
TextServicesAttribute
(UnsafeNativeMethods.TSATTRID_Font_FaceName, AttributeStyle.Font_FaceName),
4448
new
TextServicesAttribute
(UnsafeNativeMethods.TSATTRID_Font_SizePts, AttributeStyle.Font_SizePts),
4449
new
TextServicesAttribute
(UnsafeNativeMethods.TSATTRID_Text_ReadOnly, AttributeStyle.Text_ReadOnly),
4450
new
TextServicesAttribute
(UnsafeNativeMethods.TSATTRID_Text_Orientation, AttributeStyle.Text_Orientation),
4451
new
TextServicesAttribute
(UnsafeNativeMethods.TSATTRID_Text_VerticalWriting, AttributeStyle.Text_VerticalWriting),
2 references to TextServicesAttribute
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
4444
private static readonly
TextServicesAttribute
[] _supportingattributes = new
TextServicesAttribute
[] {