2 writes to CurrentType
System.Xaml (2)
System\Windows\Markup\XamlSetMarkupExtensionEventArgs.cs (1)
39
CurrentType
= baseType;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1712
CurrentType
= declaringType
2 references to CurrentType
System.Xaml (2)
System\Windows\Markup\XamlSetMarkupExtensionEventArgs.cs (2)
34
if (
CurrentType
is not null)
36
XamlType baseType =
CurrentType
.BaseType;