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