1 instantiation of ImmComposition
PresentationFramework (1)
System\Windows\Documents\ImmComposition.cs (1)
93
immComposition = new
ImmComposition
(source);
10 references to ImmComposition
PresentationFramework (10)
System\Windows\Documents\ImmComposition.cs (3)
79
internal static
ImmComposition
GetImmComposition(FrameworkElement scope)
83
ImmComposition
immComposition = null;
89
immComposition = (
ImmComposition
)_list[source];
System\windows\Documents\TextEditor.cs (6)
197
ImmComposition
immComposition;
909
internal
ImmComposition
ImmComposition
1718
This._immComposition =
ImmComposition
.GetImmComposition(This._uiScope);
1722
This._immCompositionForDetach = new WeakReference<
ImmComposition
>(This._immComposition);
2054
private
ImmComposition
_immComposition;
2057
private WeakReference<
ImmComposition
> _immCompositionForDetach;
System\windows\Documents\TextSelection.cs (1)
2654
private
ImmComposition
ImmComposition