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