24 references to UIKind
Microsoft.CodeAnalysis.EditorFeatures (4)
Editor\EditorLayerExtensionManager.cs (4)
85new InfoBarUI(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.HyperLink, () => ShowDetailedErrorInfo(exception), closeAfterAction: false), 86new InfoBarUI(WorkspacesResources.Enable, InfoBarUI.UIKind.Button, () => 91new InfoBarUI(WorkspacesResources.Enable_and_ignore_future_errors, InfoBarUI.UIKind.Button, () => 97new InfoBarUI(string.Empty, InfoBarUI.UIKind.Close, () => LogLeaveDisabled(provider)));
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
130InfoBarUI.UIKind.HyperLink,
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
361InfoBarUI.UIKind.HyperLink,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
385InfoBarUI.UIKind.HyperLink,
Microsoft.CodeAnalysis.Workspaces (2)
ErrorReporting\InfoBarUI.cs (2)
14public readonly UIKind Kind; 18public InfoBarUI(string title, UIKind kind, Action action, bool closeAfterAction = true)
Microsoft.VisualStudio.LanguageServices (15)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
68InfoBarUI.UIKind.HyperLink,
ErrorReporting\VisualStudioInfoBar.cs (4)
71case InfoBarUI.UIKind.Button: 74case InfoBarUI.UIKind.HyperLink: 77case InfoBarUI.UIKind.Close: 104items.FirstOrDefault(i => i.Kind == InfoBarUI.UIKind.Close).Action?.Invoke();
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
52InfoBarUI.UIKind.HyperLink, 74InfoBarUI.UIKind.HyperLink, 96InfoBarUI.UIKind.HyperLink,
Implementation\VirtualMemoryNotificationListener.cs (2)
167new InfoBarUI(ServicesVSResources.Re_enable, InfoBarUI.UIKind.Button, RenableBackgroundAnalysis), 168new InfoBarUI(ServicesVSResources.Learn_more, InfoBarUI.UIKind.HyperLink,
KeybindingReset\KeybindingResetDetector.cs (5)
245kind: InfoBarUI.UIKind.Button, 248kind: InfoBarUI.UIKind.Button, 251kind: InfoBarUI.UIKind.Button, 254kind: InfoBarUI.UIKind.HyperLink, 256new InfoBarUI(title: "", kind: InfoBarUI.UIKind.Close,