1 write to Options
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
500wnd.Options = options;
9 references to Options
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (9)
174return this.Options == null 175|| this.Options.Filter == null 176|| this.Options.Filter(t); 178MostRecentlyUsedTypes = this.Options != null ? this.Options.MostRecentlyUsedTypes : null, 181if (this.Options != null && this.Options.HintTextMap.TryGetValue(type.Name, out hintText)) 188if (this.Options == null || !this.Options.BrowseTypeDirectly)