6 references to DependencyObject
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1888
Debug.Assert(pis != null && pis.Length == 2 && KnownTypes.Types[(int)KnownElements.
DependencyObject
].IsAssignableFrom(pis[0].ParameterType));
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5437
case KnownElements.
DependencyObject
: t = _asmBase.GetType("System.Windows.DependencyObject"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
1901
Type DOType = KnownTypes.Types[(int)KnownElements.
DependencyObject
];
2281
Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.
DependencyObject
];
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (2)
1286
Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.
DependencyObject
];
1447
Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.
DependencyObject
];