3 writes to Resources
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
458element.Resources = _resources;
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
73element.Resources = _resources;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6811bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.FrameworkContentElement)target).Resources = (System.Windows.ResourceDictionary)value; };
7 references to Resources
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
303elementNode.TextElement.Resources, 487base(table.GetType(), localValues, table.Resources, childContainer)
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
35_resources = elementNode.TextElement.Resources;
src\Framework\System\Windows\FrameworkContentElement.cs (2)
338if (Resources == null || Resources.Count == 0)
src\Framework\System\Windows\FrameworkElement.cs (1)
1648table = fce.Resources;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6812bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.FrameworkContentElement)target).Resources; };