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