1 write to _addMethods
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
181
_addMethods
= addMethods;
3 references to _addMethods
System.Xaml (3)
System\Xaml\Schema\XamlTypeInvoker.cs (3)
166
if (
_addMethods
== null)
185
if (
_addMethods
.TryGetValue(contentType, out addMethod))
191
foreach (KeyValuePair<XamlType, MethodInfo> pair in
_addMethods
)