2 writes to CurrentType
System.Xaml (2)
System\Windows\Markup\XamlSetTypeConverterEventArgs.cs (1)
45
CurrentType
= baseType;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1387
CurrentType
= declaringType
2 references to CurrentType
System.Xaml (2)
System\Windows\Markup\XamlSetTypeConverterEventArgs.cs (2)
40
if (
CurrentType
is not null)
42
XamlType baseType =
CurrentType
.BaseType;