4 references to Control
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (3)
2936
case KnownElements.
Control
:
3863
case KnownElements.
Control
:
4784
case KnownElements.
Control
: t = _asmFramework.GetType("System.Windows.Controls.Control"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
655
_defaultTargetType = KnownTypes.Types[(int)KnownElements.
Control
];