13 references to SubXamlMember
System.Xaml.Tests (13)
System\Xaml\XamlMemberTests.cs (12)
826
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
924
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1009
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1061
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1166
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1251
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1545
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1632
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1637
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.StaticSetMethod))!, new XamlSchemaContext()),
1881
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
1930
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
2015
new
SubXamlMember
("name", typeof(AccessorClass).GetMethod(nameof(AccessorClass.SetMethod))!, new XamlSchemaContext()),
System\Xaml\XamlMemberTests.Mocks.cs (1)
91
public CustomXamlMember(string attachableEventName, MethodInfo adder, XamlSchemaContext schemaContext) :
base
(attachableEventName, adder, schemaContext) { }