Implemented interface member:
14 references to
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
116
return (Brush)(properties
[
"Foreground"] ?? ((Pen)properties
[
"MarkerFormatDefinition/BorderId"]).Brush);
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\InheritanceGlyphManager.cs (1)
224
var backgroundColor = (Color)resourceDictionary
[
EditorFormatDefinition.BackgroundColorId];
ValueTracking\ValueTrackingTreeViewModel.cs (1)
90
HighlightBrush = properties
[
"Background"] as Brush;
PresentationFramework (10)
System\Windows\Application.cs (2)
298
resource = resources
[
resourceKey];
331
resource = resources
[
resourceKey];
System\Windows\Controls\Primitives\CalendarItem.cs (1)
177
_dayTitleTemplate = Template.Resources
[
DayTitleTemplateResourceKey] as DataTemplate;
System\Windows\FrameworkElement.cs (1)
1605
object candidate = table
[
keys[k]];
System\Windows\ResourceDictionary.cs (6)
1393
return this
[
key];
1397
return new DeferredResourceReferenceHolder(key, this
[
key]);
2156
object value = _owner
[
key];
2173
return _owner
[
_keysEnumerator.Current];
2204
return _owner
[
_keysEnumerator.Current];
2268
array.SetValue(_owner
[
key], index++);