3 overrides of TargetTypeInternal
PresentationFramework (3)
System\Windows\Controls\ItemsPanelTemplate.cs (1)
70
internal override Type
TargetTypeInternal
System\Windows\ControlTemplate.cs (1)
154
internal override Type
TargetTypeInternal
System\Windows\DataTemplate.cs (1)
134
internal override Type
TargetTypeInternal
5 references to TargetTypeInternal
PresentationFramework (5)
System\Windows\FrameworkElementFactory.cs (2)
1184
Type targetType = _frameworkTemplate.
TargetTypeInternal
;
1227
Type targetType = _frameworkTemplate.
TargetTypeInternal
;
System\Windows\Markup\DependencyPropertyConverter.cs (1)
229
type = tempContent.OwnerTemplate.
TargetTypeInternal
;
System\Windows\TemplateContent.cs (2)
509
OwnerTemplate.
TargetTypeInternal
,
530
OwnerTemplate.
TargetTypeInternal
,