3 references to GetKnownXamlType
PresentationFramework (3)
MS\Internal\Data\DefaultValueConverter.cs (1)
183WpfKnownType knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(type) as WpfKnownType;
System\Windows\FrameworkElementFactory.cs (1)
112knownType = XamlReader.BamlSharedSchemaContext.GetKnownXamlType(_type) as WpfKnownType;
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
185XamlType xamlType = GetKnownXamlType(type);