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)
715if ( _candidateList == null) 720return _candidateList.Value;