3 writes to Resources
PresentationFramework (3)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
435element.Resources = _resources;
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
70element.Resources = _resources;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6853bamlMember.SetDelegate = 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)
280elementNode.TextElement.Resources, 464base(table.GetType(), localValues, table.Resources, childContainer)
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
32_resources = elementNode.TextElement.Resources;
System\Windows\FrameworkContentElement.cs (2)
341if (Resources == null || Resources.Count == 0)
System\Windows\FrameworkElement.cs (1)
1642table = fce.Resources;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6854bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.FrameworkContentElement)target).Resources; };