1 instantiation of ImmComposition
PresentationFramework (1)
System\Windows\Documents\ImmComposition.cs (1)
76
immComposition = new
ImmComposition
(source);
10 references to ImmComposition
PresentationFramework (10)
System\Windows\Documents\ImmComposition.cs (3)
62
internal static
ImmComposition
GetImmComposition(FrameworkElement scope)
66
ImmComposition
immComposition = null;
72
immComposition = (
ImmComposition
)_list[source];
System\windows\Documents\TextEditor.cs (6)
185
ImmComposition
immComposition;
896
internal
ImmComposition
ImmComposition
1690
This._immComposition =
ImmComposition
.GetImmComposition(This._uiScope);
1694
This._immCompositionForDetach = new WeakReference<
ImmComposition
>(This._immComposition);
2023
private
ImmComposition
_immComposition;
2026
private WeakReference<
ImmComposition
> _immCompositionForDetach;
System\windows\Documents\TextSelection.cs (1)
2637
private
ImmComposition
ImmComposition