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