4 references to IsInSystemXaml
System.Xaml (4)
System\Xaml\Schema\SafeReflectionInvoker.cs (3)
28if (IsInSystemXaml(typeArg)) 42if (IsInSystemXaml(declaringType) && (!method.IsPublic || !declaringType.IsVisible)) 50if (IsInSystemXaml(typeArg) && !typeArg.IsVisible)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
237bool result = SafeReflectionInvoker.IsInSystemXaml(type);