2 references to IsCurrentConversionTableSupported
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
733
if (SWF.ImeModeConversion.
IsCurrentConversionTableSupported
) // TODO: remove this condition?
System\Windows\Integration\WindowsFormsHost.cs (1)
88
if (SWF.ImeModeConversion.
IsCurrentConversionTableSupported
&& this.Child != null && this.Child.IsHandleCreated)