2 writes to Resources
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (1)
769
set {
Resources
= value; }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6327
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.FrameworkElement)target).
Resources
= (System.Windows.ResourceDictionary)value; };
12 references to Resources
PresentationFramework (5)
src\Framework\System\Windows\FrameworkElement.cs (4)
768
get { return
Resources
; }
789
if (
Resources
== null ||
Resources
.Count == 0)
1641
table = fe.
Resources
;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6328
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.FrameworkElement)target).
Resources
; };
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
310
return ((ActivityTypeResolver)this.Owner).
Resources
["ActivityTypeResolverAutomationName"] as string;
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
912
container.ContentTemplate = (DataTemplate)dataGrid.
Resources
["dynamicContentErrorTemplate"];
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (4)
190
this.scrollViewerPanner.Hand = (Cursor)this.
Resources
["ReadyToPanCursor"];
191
this.scrollViewerPanner.DraggingHand = (Cursor)this.
Resources
["PanningCursor"];
1228
zoomPickerTextBox.SetValue(TextBlock.ForegroundProperty, this.
Resources
["ShellBarForegroundActiveColor"] as SolidColorBrush);
1240
zoomPickerTextBox.SetValue(TextBlock.ForegroundProperty, this.
Resources
["ShellBarForegroundInactiveColor"] as SolidColorBrush);
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
878
return ((TypeBrowser)this.Owner).
Resources
["TypeBrowserAutomationName"] as string;