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