1 instantiation of TypeBrowser
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
616
TypeBrowser browser = new
TypeBrowser
(AssemblyContext, this.Context, this.Filter);
9 references to TypeBrowser
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (8)
31
typeof(
TypeBrowser
),
37
typeof(
TypeBrowser
));
42
typeof(
TypeBrowser
));
47
typeof(
TypeBrowser
));
52
typeof(
TypeBrowser
));
88
TypeBrowser
.size = e.NewSize;
866
public TypeBrowserAutomationPeer(
TypeBrowser
owner)
878
return ((
TypeBrowser
)this.Owner).Resources["TypeBrowserAutomationName"] as string;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
616
TypeBrowser
browser = new TypeBrowser(AssemblyContext, this.Context, this.Filter);