7 references to GetXamlType
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
367XamlType rootType = GetXamlType(_rootObjectInstance.GetType()); 761XamlType valueXamlType = GetXamlType(value.GetType()); 772XamlType valueXamlType = GetXamlType(value.GetType()); 1170XamlType instType = GetXamlType(inst.GetType()); 1704ctx.CurrentType = GetXamlType(value.GetType()); 1780currentType = value == null ? collectionType.ItemType : GetXamlType(value.GetType()); 2565pendingAdd.ItemType = (item != null) ? GetXamlType(item.GetType()) : null;