1 instantiation of TextServicesHost
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
232
threadLocalStore.TextServicesHost = new
TextServicesHost
();
10 references to TextServicesHost
PresentationFramework (10)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1583
if (_textContainer is TextContainer &&
TextServicesHost
.Current != null)
src\Framework\System\windows\Documents\TextEditorThreadLocalStore.cs (2)
124
internal
TextServicesHost
TextServicesHost
183
private
TextServicesHost
_textServicesHost;
src\Framework\System\windows\Documents\TextEditorTyping.cs (4)
506
TextServicesHost
tsfHost =
TextServicesHost
.Current;
517
TextServicesHost
.StartTransitoryExtension(This.TextStore);
527
TextServicesHost
.StopTransitoryExtension(This.TextStore);
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
224
internal static
TextServicesHost
Current
src\Framework\System\Windows\Documents\TextStore.cs (2)
1508
_textservicesHost =
TextServicesHost
.Current;
4367
private
TextServicesHost
_textservicesHost;