1 instantiation of SearchActionEventArgs
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
829
SearchActionEventArgs arg = new
SearchActionEventArgs
();
2 references to SearchActionEventArgs
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (2)
363
TypeNode match = ((
SearchActionEventArgs
)args).Result as TypeNode;
829
SearchActionEventArgs
arg = new SearchActionEventArgs();