2 writes to _candidateList
PresentationFramework (2)
System\windows\Documents\TextEditorContextMenu.cs (2)
558
_candidateList
= textStore.GetReconversionCandidateList();
654
_candidateList
= null;
1 reference to _candidateList
PresentationFramework (1)
System\windows\Documents\TextEditorContextMenu.cs (1)
664
internal UnsafeNativeMethods.ITfCandidateList CandidateList =>
_candidateList
;