18 references to IsUnknown
System.Xaml (13)
System\Xaml\Context\XamlContext.cs (2)
44
if (xamlType.
IsUnknown
)
55
if (xamlType.
IsUnknown
)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
338
if (xamlType.
IsUnknown
)
1275
if (xamlType.
IsUnknown
)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
46
if (xamlType.
IsUnknown
)
System\Xaml\XamlType.cs (8)
967
if (
IsUnknown
)
1220
if (
IsUnknown
)
1842
if (
IsUnknown
)
1890
if (xamlType1.
IsUnknown
)
1892
if (xamlType2.
IsUnknown
)
1912
else if (xamlType2.
IsUnknown
)
1930
Debug.Assert(xamlType1.
IsUnknown
);
1931
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
);