5 implementations of Connect
PresentationFramework (1)
System\Windows\Markup\TemplateComponentConnector.cs (1)
36public void Connect(int connectionId, object target)
PresentationUI (4)
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\InstallationError.g.cs (1)
130void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\MS\Internal\Documents\FindToolBar.g.cs (1)
186void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\TenFeetInstallationError.g.cs (1)
138void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
src\wpf\artifacts\obj\PresentationUI\x64\Release\net11.0\TenFeetInstallationProgress.g.cs (1)
130void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
4 references to Connect
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (2)
526_componentConnector.Connect(bamlConnectionIdRecord.ConnectionId, target); 4433_componentConnector.Connect(0, element);
System\Windows\Markup\TemplateComponentConnector.cs (1)
46_componentConnector.Connect(connectionId, target);
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
466connector.Connect(connectionId, instance);