System\Xaml\XamlLanguage.cs (11)
125new Lazy<XamlDirective>(() => GetXamlDirective(x_AsyncRecords,
128new Lazy<XamlDirective>(() => GetXamlDirective(x_Arguments,
137new Lazy<XamlDirective>(() => GetXamlDirective(x_ConnectionId,
140new Lazy<XamlDirective>(() => GetXamlDirective(x_FactoryMethod,
145new Lazy<XamlDirective>(() => GetXamlDirective(x_Items,
148new Lazy<XamlDirective>(() => GetXamlDirective(x_Initialization,
151new Lazy<XamlDirective>(() => GetXamlDirective(x_Key,
154new Lazy<XamlDirective>(() => GetXamlDirective(x_Members,
157new Lazy<XamlDirective>(() => GetXamlDirective(x_ClassAttributes,
162new Lazy<XamlDirective>(() => GetXamlDirective(x_PositionalParameters,
437return GetXamlDirective(name, String, BuiltInValueConverter.String, AllowedMemberLocations.Attribute);