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)
25
InlineRenameColors
.SystemCaptionTextColorKey = EnvironmentColors.SystemWindowTextColorKey;
26
InlineRenameColors
.SystemCaptionTextBrushKey = EnvironmentColors.SystemWindowTextBrushKey;
27
InlineRenameColors
.CheckBoxTextBrushKey = EnvironmentColors.SystemWindowTextBrushKey;
28
InlineRenameColors
.BackgroundBrushKey = VsBrushes.CommandBarGradientBeginKey;
29
InlineRenameColors
.AccentBarColorKey = EnvironmentColors.FileTabInactiveDocumentBorderEdgeBrushKey;
30
InlineRenameColors
.ButtonStyleKey = VsResourceKeys.ButtonStyleKey;
31
InlineRenameColors
.GrayTextKey = VsBrushes.GrayTextKey;
32
InlineRenameColors
.TextBoxBackgroundBrushKey = EnvironmentColors.SearchBoxBackgroundBrushKey;
33
InlineRenameColors
.TextBoxTextBrushKey = EnvironmentColors.SystemWindowTextBrushKey;
34
InlineRenameColors
.TextBoxBorderBrushKey = EnvironmentColors.SearchBoxBorderBrushKey;