1 write to hintTextMap
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (1)
59this.hintTextMap = new Dictionary<string, string>();
4 references to hintTextMap
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (4)
57if (this.hintTextMap == null) 62return this.hintTextMap; 91IDictionary<string, string> mergedHintTextMap = MergeDictionaries<string, string>(lhs.hintTextMap, rhs.hintTextMap);