3 writes to Resources
PresentationFramework (3)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
433element.Resources = _resources;
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
67element.Resources = _resources;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7370SetDelegate = delegate (object target, object value) { ((System.Windows.FrameworkContentElement)target).Resources = (System.Windows.ResourceDictionary)value; },
7 references to Resources
PresentationFramework (7)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
278elementNode.TextElement.Resources, 462base(table.GetType(), localValues, table.Resources, childContainer)
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
29_resources = elementNode.TextElement.Resources;
System\Windows\FrameworkContentElement.cs (2)
320if (Resources == null || Resources.Count == 0)
System\Windows\FrameworkElement.cs (1)
1631table = fce.Resources;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7371GetDelegate = delegate (object target) { return ((System.Windows.FrameworkContentElement)target).Resources; }