1 instantiation of TextStore
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1593
_textstore = new
TextStore
(this);
27 references to TextStore
PresentationFramework (27)
src\Framework\MS\Internal\Helper.cs (1)
1513
System.Windows.Documents.
TextStore
ts = te.TextStore;
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
624
FrameworkTextComposition composition =
TextStore
.CreateComposition(_editor, this);
985
FrameworkTextComposition composition =
TextStore
.CreateComposition(_editor, this);
src\Framework\System\Windows\Documents\MoveSizeWinEventHandler.cs (4)
52
internal void RegisterTextStore(
TextStore
textstore)
63
internal void UnregisterTextStore(
TextStore
textstore)
83
TextStore
textstore = (
TextStore
)_arTextStore[i];
src\Framework\System\windows\Documents\TextEditor.cs (2)
928
internal
TextStore
TextStore
2055
private
TextStore
_textstore;
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
578
TextStore
textStore = textEditor.TextStore;
src\Framework\System\windows\Documents\TextSelection.cs (1)
2659
private
TextStore
TextStore
src\Framework\System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
48
internal TextServicesDisplayAttributePropertyRanges(
TextStore
textstore)
src\Framework\System\Windows\Documents\TextServicesHost.cs (10)
77
internal void RegisterTextStore(
TextStore
textstore)
84
_RegisterTextStore((
TextStore
)textstore);
94
internal void UnregisterTextStore(
TextStore
textstore, bool finalizer)
115
internal void RegisterWinEventSink(
TextStore
textstore)
132
internal void UnregisterWinEventSink(
TextStore
textstore)
150
internal static void StartTransitoryExtension(
TextStore
textstore)
186
internal static void StopTransitoryExtension(
TextStore
textstore)
283
TextStore
textstore = (
TextStore
)arg;
364
private void _RegisterTextStore(
TextStore
textstore)
src\Framework\System\Windows\Documents\TextServicesProperty.cs (2)
58
internal TextServicesProperty(
TextStore
textstore)
118
private readonly
TextStore
_textstore;
src\Framework\System\Windows\Documents\TextServicesPropertyRanges.cs (3)
48
TextStore
textstore,
245
protected
TextStore
TextStore
263
private
TextStore
_textstore;