6 references to DependencyObject
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1888Debug.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)
5437case KnownElements.DependencyObject: t = _asmBase.GetType("System.Windows.DependencyObject"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
1901Type DOType = KnownTypes.Types[(int)KnownElements.DependencyObject]; 2281Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.DependencyObject];
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (2)
1286Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.DependencyObject]; 1447Type dependencyObjectType = KnownTypes.Types[(int)KnownElements.DependencyObject];