1 override of LookupConstructionRequiresArguments
System.Xaml.Tests (1)
Common\CustomXamlType.cs (1)
64protected override bool LookupConstructionRequiresArguments()
3 references to LookupConstructionRequiresArguments
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1737bit = LookupConstructionRequiresArguments();
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
66return LookupConstructionRequiresArgumentsResult.Or(base.LookupConstructionRequiresArguments);
Common\SubXamlType.cs (1)
35public bool LookupConstructionRequiresArgumentsEntry() => LookupConstructionRequiresArguments();