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)
311
resource = resources
[
resourceKey];
344
resource = resources
[
resourceKey];
System\Windows\Controls\Primitives\CalendarItem.cs (1)
182
_dayTitleTemplate = Template.Resources
[
DayTitleTemplateResourceKey] as DataTemplate;
System\Windows\FrameworkElement.cs (1)
1616
object candidate = table
[
keys[k]];
System\Windows\ResourceDictionary.cs (6)
1403
return this
[
key];
1407
return new DeferredResourceReferenceHolder(key, this
[
key]);
2166
object value = _owner
[
key];
2183
return _owner
[
_keysEnumerator.Current];
2214
return _owner
[
_keysEnumerator.Current];
2278
array.SetValue(_owner
[
key], index++);