28 references to GetXamlType
System.Xaml (28)
System\Xaml\XamlLanguage.cs (28)
59new Lazy<XamlType>(() => GetXamlType(typeof(ArrayExtension))); 61new Lazy<XamlType>(() => GetXamlType(typeof(NullExtension))); 63new Lazy<XamlType>(() => GetXamlType(typeof(Reference))); 65new Lazy<XamlType>(() => GetXamlType(typeof(StaticExtension))); 67new Lazy<XamlType>(() => GetXamlType(typeof(TypeExtension))); 69new Lazy<XamlType>(() => GetXamlType(typeof(string))); 71new Lazy<XamlType>(() => GetXamlType(typeof(double))); 73new Lazy<XamlType>(() => GetXamlType(typeof(int))); 75new Lazy<XamlType>(() => GetXamlType(typeof(bool))); 77new Lazy<XamlType>(() => GetXamlType(typeof(MemberDefinition))); 79new Lazy<XamlType>(() => GetXamlType(typeof(PropertyDefinition))); 81new Lazy<XamlType>(() => GetXamlType(typeof(XData))); 84new Lazy<XamlType>(() => GetXamlType(typeof(object))); 86new Lazy<XamlType>(() => GetXamlType(typeof(List<object>))); 88new Lazy<XamlType>(() => GetXamlType(typeof(List<MemberDefinition>))); 90new Lazy<XamlType>(() => GetXamlType(typeof(List<Attribute>))); 93new Lazy<XamlType>(() => GetXamlType(typeof(MarkupExtension))); 95new Lazy<XamlType>(() => GetXamlType(typeof(INameScope))); 97new Lazy<XamlType>(() => GetXamlType(typeof(IXmlSerializable)), true); 100new Lazy<XamlType>(() => GetXamlType(typeof(PositionalParameterDescriptor)), true); 103new Lazy<XamlType>(() => GetXamlType(typeof(char)), true); 105new Lazy<XamlType>(() => GetXamlType(typeof(float)), true); 107new Lazy<XamlType>(() => GetXamlType(typeof(byte)), true); 109new Lazy<XamlType>(() => GetXamlType(typeof(short)), true); 111new Lazy<XamlType>(() => GetXamlType(typeof(long)), true); 113new Lazy<XamlType>(() => GetXamlType(typeof(decimal)), true); 115new Lazy<XamlType>(() => GetXamlType(typeof(Uri)), true); 117new Lazy<XamlType>(() => GetXamlType(typeof(TimeSpan)), true);