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