4 references to DependencyObject
PresentationFramework (4)
System\Windows\Markup\KnownTypes.cs (2)
1206
case KnownElements.
DependencyObject
: o = new System.Windows.DependencyObject(); break;
5689
case KnownElements.
DependencyObject
: t = typeof(System.Windows.DependencyObject); break;
System\Windows\Markup\XamlTypeMapper.cs (2)
1297
Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.
DependencyObject
];
1456
Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.
DependencyObject
];