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