1 instantiation of ImmComposition
PresentationFramework (1)
System\Windows\Documents\ImmComposition.cs (1)
77
immComposition = new
ImmComposition
(source);
10 references to ImmComposition
PresentationFramework (10)
System\Windows\Documents\ImmComposition.cs (3)
63
internal static
ImmComposition
GetImmComposition(FrameworkElement scope)
67
ImmComposition
immComposition = null;
73
immComposition = (
ImmComposition
)_list[source];
System\windows\Documents\TextEditor.cs (6)
186
ImmComposition
immComposition;
900
internal
ImmComposition
ImmComposition
1709
This._immComposition =
ImmComposition
.GetImmComposition(This._uiScope);
1713
This._immCompositionForDetach = new WeakReference<
ImmComposition
>(This._immComposition);
2045
private
ImmComposition
_immComposition;
2048
private WeakReference<
ImmComposition
> _immCompositionForDetach;
System\windows\Documents\TextSelection.cs (1)
2653
private
ImmComposition
ImmComposition