13 references to IsUnknown
System.Xaml (13)
System\Xaml\Context\XamlContext.cs (2)
48
if (xamlType.
IsUnknown
)
58
if (xamlType.
IsUnknown
)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
333
if (xamlType.
IsUnknown
)
1246
if (xamlType.
IsUnknown
)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
47
if (xamlType.
IsUnknown
)
System\Xaml\XamlType.cs (8)
907
if (
IsUnknown
)
1141
if (
IsUnknown
)
1722
if (
IsUnknown
)
1766
if (xamlType1.
IsUnknown
)
1768
if (xamlType2.
IsUnknown
)
1787
else if (xamlType2.
IsUnknown
)
1804
Debug.Assert(xamlType1.
IsUnknown
);
1805
Debug.Assert(xamlType2.
IsUnknown
);