6 references to SetMarkupExtensionHandler
System.Xaml (6)
System\Windows\Markup\XamlSetMarkupExtensionEventArgs.cs (2)
41
if (baseType.
SetMarkupExtensionHandler
is not null)
43
baseType.
SetMarkupExtensionHandler
(TargetObject, this);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1668
if (declaringType.
SetMarkupExtensionHandler
is not null)
1672
declaringType.
SetMarkupExtensionHandler
(parentInstance, eventArgs);
System\Xaml\Schema\XamlTypeInvoker.cs (1)
49
get { return _xamlType is not null ? _xamlType.
SetMarkupExtensionHandler
: null; }
System\Xaml\XamlType.cs (1)
1284
return BaseType.
SetMarkupExtensionHandler
;