1 instantiation of TextStore
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1542_textstore = new TextStore(this);
33 references to TextStore
PresentationFramework (33)
MS\Internal\Helper.cs (1)
1482System.Windows.Documents.TextStore ts = te.TextStore;
System\Windows\Documents\ImmComposition.cs (2)
510FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this); 847FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this);
System\Windows\Documents\MoveSizeWinEventHandler.cs (4)
43internal void RegisterTextStore(TextStore textstore) 54internal void UnregisterTextStore(TextStore textstore) 69TextStore textstore = (TextStore)_arTextStore[i];
System\windows\Documents\TextEditor.cs (2)
889internal TextStore TextStore 1974private TextStore _textstore;
System\windows\Documents\TextEditorContextMenu.cs (1)
550TextStore textStore = textEditor.TextStore;
System\windows\Documents\TextSelection.cs (1)
2630private TextStore TextStore
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
31internal TextServicesDisplayAttributePropertyRanges(TextStore textstore)
System\Windows\Documents\TextServicesHost.cs (10)
58internal void RegisterTextStore(TextStore textstore) 65_RegisterTextStore((TextStore)textstore); 71internal void UnregisterTextStore(TextStore textstore, bool finalizer) 88internal void RegisterWinEventSink(TextStore textstore) 101internal void UnregisterWinEventSink(TextStore textstore) 115internal static void StartTransitoryExtension(TextStore textstore) 147internal static void StopTransitoryExtension(TextStore textstore) 220TextStore textstore = (TextStore)arg; 285private void _RegisterTextStore(TextStore textstore)
System\Windows\Documents\TextServicesProperty.cs (2)
40internal TextServicesProperty(TextStore textstore) 93private readonly TextStore _textstore;
System\Windows\Documents\TextServicesPropertyRanges.cs (3)
29TextStore textstore, 201protected TextStore TextStore 219private TextStore _textstore;
System\Windows\Documents\TextStore.cs (6)
4764internal static void ConfigureTracing(TextStore textStore) 4797internal static bool IsTracing(TextStore textStore) 4803internal static void Trace(TextStore textStore, IMECompositionTraceOp op, params ReadOnlySpan<object> args) 4876private IMECompositionTracer(TextStore textStore, TraceList traceList) 4909private void IdentifyTrace(TextStore textStore) 4916private void AddTrace(TextStore textStore, IMECompositionTraceOp op, IMECompositionTracingInfo cti, params ReadOnlySpan<object> args)