2 writes to IsDefinedAction
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.cs (2)
748
IsDefinedAction
= (attributeType, inherit) => true
759
IsDefinedAction
= (attributeType, inherit) => true
2 references to IsDefinedAction
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.cs (2)
2355
if (
IsDefinedAction
is null)
2360
return
IsDefinedAction
(attributeType, inherit);