1 instantiation of TextStore
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1560_textstore = new TextStore(this);
33 references to TextStore
PresentationFramework (33)
MS\Internal\Helper.cs (1)
1497System.Windows.Documents.TextStore ts = te.TextStore;
System\Windows\Documents\ImmComposition.cs (2)
533FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this); 868FrameworkTextComposition composition = TextStore.CreateComposition(_editor, this);
System\Windows\Documents\MoveSizeWinEventHandler.cs (4)
45internal void RegisterTextStore(TextStore textstore) 56internal void UnregisterTextStore(TextStore textstore) 71TextStore textstore = (TextStore)_arTextStore[i];
System\windows\Documents\TextEditor.cs (2)
901internal TextStore TextStore 2004private TextStore _textstore;
System\windows\Documents\TextEditorContextMenu.cs (1)
546TextStore textStore = textEditor.TextStore;
System\windows\Documents\TextSelection.cs (1)
2646private TextStore TextStore
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
38internal TextServicesDisplayAttributePropertyRanges(TextStore textstore)
System\Windows\Documents\TextServicesHost.cs (10)
66internal void RegisterTextStore(TextStore textstore) 73_RegisterTextStore((TextStore)textstore); 79internal void UnregisterTextStore(TextStore textstore, bool finalizer) 96internal void RegisterWinEventSink(TextStore textstore) 109internal void UnregisterWinEventSink(TextStore textstore) 123internal static void StartTransitoryExtension(TextStore textstore) 155internal static void StopTransitoryExtension(TextStore textstore) 242TextStore textstore = (TextStore)arg; 307private void _RegisterTextStore(TextStore textstore)
System\Windows\Documents\TextServicesProperty.cs (2)
51internal TextServicesProperty(TextStore textstore) 107private readonly TextStore _textstore;
System\Windows\Documents\TextServicesPropertyRanges.cs (3)
38TextStore textstore, 210protected TextStore TextStore 228private TextStore _textstore;
System\Windows\Documents\TextStore.cs (6)
4793internal static void ConfigureTracing(TextStore textStore) 4826internal static bool IsTracing(TextStore textStore) 4832internal static void Trace(TextStore textStore, IMECompositionTraceOp op, params object[] args) 4909private IMECompositionTracer(TextStore textStore, TraceList traceList) 4942private void IdentifyTrace(TextStore textStore) 4949private void AddTrace(TextStore textStore, IMECompositionTraceOp op, IMECompositionTracingInfo cti, params object[] args)