3 implementations of Connect
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.g.cs (1)
112void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
Microsoft.VisualStudio.LanguageServices (1)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\InheritanceMargin\MarginGlyph\InheritanceMarginContextMenu.g.cs (1)
96void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
Roslyn.VisualStudio.DiagnosticsWindow (1)
artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Release\net472\VenusMargin\ProjectionBufferMargin.g.cs (1)
91void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
4 references to Connect
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (1)
1058_styleConnector.Connect((int)templateReader.Value, Names.CurrentFrame.Instance);
System\Windows\Markup\TemplateComponentConnector.cs (1)
64_styleConnector.Connect(connectionId, target);
System\Windows\Markup\WpfXamlLoader.cs (1)
404styleConnector.Connect((int)xamlReader.Value, stack.CurrentFrame.Instance);
System\Windows\TemplateContent.cs (1)
992OwnerTemplate.StyleConnector.Connect((int)xamlReader.Value, frames.CurrentFrame.Instance);