2 writes to _candidateList
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (2)
587
_candidateList
= new SecurityCriticalDataClass<UnsafeNativeMethods.ITfCandidateList>(textStore.GetReconversionCandidateList());
697
_candidateList
= null;
2 references to _candidateList
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (2)
715
if (
_candidateList
== null)
720
return
_candidateList
.Value;