4 references to Control
PresentationBuildTasks (4)
Framework\System\Windows\Markup\KnownTypes.cs (3)
2937
case KnownElements.
Control
:
3860
case KnownElements.
Control
:
4781
case KnownElements.
Control
: t = _asmFramework.GetType("System.Windows.Controls.Control"); break;
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
666
_defaultTargetType = KnownTypes.Types[(int)KnownElements.
Control
];