13 references to IsUnknown
System.Xaml (13)
System\Xaml\Context\XamlContext.cs (2)
45
if (xamlType.
IsUnknown
)
55
if (xamlType.
IsUnknown
)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
331
if (xamlType.
IsUnknown
)
1244
if (xamlType.
IsUnknown
)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
45
if (xamlType.
IsUnknown
)
System\Xaml\XamlType.cs (8)
904
if (
IsUnknown
)
1138
if (
IsUnknown
)
1719
if (
IsUnknown
)
1763
if (xamlType1.
IsUnknown
)
1765
if (xamlType2.
IsUnknown
)
1784
else if (xamlType2.
IsUnknown
)
1801
Debug.Assert(xamlType1.
IsUnknown
);
1802
Debug.Assert(xamlType2.
IsUnknown
);