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