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)
1497
System.Windows.Documents.
TextStore
ts = te.TextStore;
System\Windows\Documents\ImmComposition.cs (2)
533
FrameworkTextComposition composition =
TextStore
.CreateComposition(_editor, this);
868
FrameworkTextComposition composition =
TextStore
.CreateComposition(_editor, this);
System\Windows\Documents\MoveSizeWinEventHandler.cs (4)
45
internal void RegisterTextStore(
TextStore
textstore)
56
internal void UnregisterTextStore(
TextStore
textstore)
71
TextStore
textstore = (
TextStore
)_arTextStore[i];
System\windows\Documents\TextEditor.cs (2)
901
internal
TextStore
TextStore
2004
private
TextStore
_textstore;
System\windows\Documents\TextEditorContextMenu.cs (1)
546
TextStore
textStore = textEditor.TextStore;
System\windows\Documents\TextSelection.cs (1)
2646
private
TextStore
TextStore
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
38
internal TextServicesDisplayAttributePropertyRanges(
TextStore
textstore)
System\Windows\Documents\TextServicesHost.cs (10)
66
internal void RegisterTextStore(
TextStore
textstore)
73
_RegisterTextStore((
TextStore
)textstore);
79
internal void UnregisterTextStore(
TextStore
textstore, bool finalizer)
96
internal void RegisterWinEventSink(
TextStore
textstore)
109
internal void UnregisterWinEventSink(
TextStore
textstore)
123
internal static void StartTransitoryExtension(
TextStore
textstore)
155
internal static void StopTransitoryExtension(
TextStore
textstore)
231
TextStore
textstore = (
TextStore
)arg;
296
private void _RegisterTextStore(
TextStore
textstore)
System\Windows\Documents\TextServicesProperty.cs (2)
51
internal TextServicesProperty(
TextStore
textstore)
107
private readonly
TextStore
_textstore;
System\Windows\Documents\TextServicesPropertyRanges.cs (3)
38
TextStore
textstore,
210
protected
TextStore
TextStore
228
private
TextStore
_textstore;
System\Windows\Documents\TextStore.cs (6)
4780
internal static void ConfigureTracing(
TextStore
textStore)
4813
internal static bool IsTracing(
TextStore
textStore)
4819
internal static void Trace(
TextStore
textStore, IMECompositionTraceOp op, params object[] args)
4896
private IMECompositionTracer(
TextStore
textStore, TraceList traceList)
4929
private void IdentifyTrace(
TextStore
textStore)
4936
private void AddTrace(
TextStore
textStore, IMECompositionTraceOp op, IMECompositionTracingInfo cti, params object[] args)