11 references to InlineRenameColors
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\IInlineRenameColorUpdater.cs (1)
10/// Implemented by a host to set the properties on <see cref="InlineRenameColors"/>.
Microsoft.VisualStudio.LanguageServices (10)
InlineRename\DashboardColorUpdater.cs (10)
25InlineRenameColors.SystemCaptionTextColorKey = EnvironmentColors.SystemWindowTextColorKey; 26InlineRenameColors.SystemCaptionTextBrushKey = EnvironmentColors.SystemWindowTextBrushKey; 27InlineRenameColors.CheckBoxTextBrushKey = EnvironmentColors.SystemWindowTextBrushKey; 28InlineRenameColors.BackgroundBrushKey = VsBrushes.CommandBarGradientBeginKey; 29InlineRenameColors.AccentBarColorKey = EnvironmentColors.FileTabInactiveDocumentBorderEdgeBrushKey; 30InlineRenameColors.ButtonStyleKey = VsResourceKeys.ButtonStyleKey; 31InlineRenameColors.GrayTextKey = VsBrushes.GrayTextKey; 32InlineRenameColors.TextBoxBackgroundBrushKey = EnvironmentColors.SearchBoxBackgroundBrushKey; 33InlineRenameColors.TextBoxTextBrushKey = EnvironmentColors.SystemWindowTextBrushKey; 34InlineRenameColors.TextBoxBorderBrushKey = EnvironmentColors.SearchBoxBorderBrushKey;