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