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