3 writes to Resources
PresentationFramework (3)
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
432element.Resources = _resources;
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
66element.Resources = _resources;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7369SetDelegate = 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)
277elementNode.TextElement.Resources, 461base(table.GetType(), localValues, table.Resources, childContainer)
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
28_resources = elementNode.TextElement.Resources;
System\Windows\FrameworkContentElement.cs (2)
316if (Resources == null || Resources.Count == 0)
System\Windows\FrameworkElement.cs (1)
1627table = fce.Resources;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7370GetDelegate = delegate (object target) { return ((System.Windows.FrameworkContentElement)target).Resources; }