1 instantiation of TextStore
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1541_textstore = new TextStore(this);
33 references to TextStore
PresentationFramework (33)
MS\Internal\Helper.cs (1)
1481System.Windows.Documents.TextStore ts = te.TextStore;
System\Windows\Documents\ImmComposition.cs (2)
509FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this); 846FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this);
System\Windows\Documents\MoveSizeWinEventHandler.cs (4)
42internal void RegisterTextStore(TextStore textstore) 53internal void UnregisterTextStore(TextStore textstore) 68TextStore textstore = (TextStore)_arTextStore[i];
System\windows\Documents\TextEditor.cs (2)
888internal TextStore TextStore 1973private TextStore _textstore;
System\windows\Documents\TextEditorContextMenu.cs (1)
549TextStore textStore = textEditor.TextStore;
System\windows\Documents\TextSelection.cs (1)
2629private TextStore TextStore
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
30internal TextServicesDisplayAttributePropertyRanges(TextStore textstore)
System\Windows\Documents\TextServicesHost.cs (10)
57internal void RegisterTextStore(TextStore textstore) 64_RegisterTextStore((TextStore)textstore); 70internal void UnregisterTextStore(TextStore textstore, bool finalizer) 87internal void RegisterWinEventSink(TextStore textstore) 100internal void UnregisterWinEventSink(TextStore textstore) 114internal static void StartTransitoryExtension(TextStore textstore) 146internal static void StopTransitoryExtension(TextStore textstore) 219TextStore textstore = (TextStore)arg; 284private void _RegisterTextStore(TextStore textstore)
System\Windows\Documents\TextServicesProperty.cs (2)
39internal TextServicesProperty(TextStore textstore) 92private readonly TextStore _textstore;
System\Windows\Documents\TextServicesPropertyRanges.cs (3)
28TextStore textstore, 200protected TextStore TextStore 218private TextStore _textstore;
System\Windows\Documents\TextStore.cs (6)
4763internal static void ConfigureTracing(TextStore textStore) 4796internal static bool IsTracing(TextStore textStore) 4802internal static void Trace(TextStore textStore, IMECompositionTraceOp op, params ReadOnlySpan<object> args) 4875private IMECompositionTracer(TextStore textStore, TraceList traceList) 4908private void IdentifyTrace(TextStore textStore) 4915private void AddTrace(TextStore textStore, IMECompositionTraceOp op, IMECompositionTracingInfo cti, params ReadOnlySpan<object> args)