2 writes to CurrentType
System.Xaml (2)
System\Windows\Markup\XamlSetTypeConverterEventArgs.cs (1)
44
CurrentType
= baseType;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1386
CurrentType
= declaringType
2 references to CurrentType
System.Xaml (2)
System\Windows\Markup\XamlSetTypeConverterEventArgs.cs (2)
39
if (
CurrentType
is not null)
41
XamlType baseType =
CurrentType
.BaseType;