18 references to IsUnknown
System.Xaml (13)
System\Xaml\Context\XamlContext.cs (2)
45
if (xamlType.
IsUnknown
)
56
if (xamlType.
IsUnknown
)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
339
if (xamlType.
IsUnknown
)
1276
if (xamlType.
IsUnknown
)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
47
if (xamlType.
IsUnknown
)
System\Xaml\XamlType.cs (8)
968
if (
IsUnknown
)
1221
if (
IsUnknown
)
1844
if (
IsUnknown
)
1892
if (xamlType1.
IsUnknown
)
1894
if (xamlType2.
IsUnknown
)
1914
else if (xamlType2.
IsUnknown
)
1932
Debug.Assert(xamlType1.
IsUnknown
);
1933
Debug.Assert(xamlType2.
IsUnknown
);
System.Xaml.Tests (5)
System\Xaml\XamlTypeTests.cs (5)
39
Assert.True(type.
IsUnknown
);
69
Assert.True(type.
IsUnknown
);
95
Assert.False(type.
IsUnknown
);
115
Assert.False(type.
IsUnknown
);
2870
Assert.Equal(expectedIs, type.
IsUnknown
);