3 writes to Resources
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
458
element.
Resources
= _resources;
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
73
element.
Resources
= _resources;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6811
bamlMember.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)
303
elementNode.TextElement.
Resources
,
487
base(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)
338
if (
Resources
== null ||
Resources
.Count == 0)
src\Framework\System\Windows\FrameworkElement.cs (1)
1648
table = fce.
Resources
;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6812
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.FrameworkContentElement)target).
Resources
; };