Implemented interface member:
16 references to
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
116return (Brush)(properties["Foreground"] ?? ((Pen)properties["MarkerFormatDefinition/BorderId"]).Brush);
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\InheritanceGlyphManager.cs (1)
224var backgroundColor = (Color)resourceDictionary[EditorFormatDefinition.BackgroundColorId];
ValueTracking\ValueTrackingTreeViewModel.cs (1)
90HighlightBrush = properties["Background"] as Brush;
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
207ImageThemingUtilities.SetImageBackgroundColor(outerGrid, (Color)Application.Current.Resources[CommonDocumentColors.PageBackgroundColorKey]); 239BorderBrush = (Brush)Application.Current.Resources[EnvironmentColors.SystemHighlightBrushKey],
PresentationFramework (10)
System\Windows\Application.cs (2)
272resource = resources[resourceKey]; 305resource = resources[resourceKey];
System\Windows\Controls\Primitives\CalendarItem.cs (1)
177_dayTitleTemplate = Template.Resources[DayTitleTemplateResourceKey] as DataTemplate;
System\Windows\FrameworkElement.cs (1)
1595object candidate = table[keys[k]];
System\Windows\ResourceDictionary.cs (6)
1395return this[key]; 1399return new DeferredResourceReferenceHolder(key, this[key]); 2155object value = _owner[key]; 2172return _owner[_keysEnumerator.Current]; 2203return _owner[_keysEnumerator.Current]; 2267array.SetValue(_owner[key], index++);