2 references to HintTextMap
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
181if (this.Options != null && this.Options.HintTextMap.TryGetValue(type.Name, out hintText))
System.Activities.Presentation\System\Activities\Presentation\View\TypeResolvingOptions.cs (1)
96result.HintTextMap.Add(kvp.Key, kvp.Value);