System\Xaml\XamlLanguage.cs (11)
123new Lazy<XamlDirective>(() => GetXamlDirective(x_AsyncRecords,
126new Lazy<XamlDirective>(() => GetXamlDirective(x_Arguments,
135new Lazy<XamlDirective>(() => GetXamlDirective(x_ConnectionId,
138new Lazy<XamlDirective>(() => GetXamlDirective(x_FactoryMethod,
143new Lazy<XamlDirective>(() => GetXamlDirective(x_Items,
146new Lazy<XamlDirective>(() => GetXamlDirective(x_Initialization,
149new Lazy<XamlDirective>(() => GetXamlDirective(x_Key,
152new Lazy<XamlDirective>(() => GetXamlDirective(x_Members,
155new Lazy<XamlDirective>(() => GetXamlDirective(x_ClassAttributes,
160new Lazy<XamlDirective>(() => GetXamlDirective(x_PositionalParameters,
443return GetXamlDirective(name, String, BuiltInValueConverter.String, AllowedMemberLocations.Attribute);