3 references to Property
System.Xaml.Tests (3)
System\Xaml\XamlMemberTests.cs (3)
768
new SubXamlMember(typeof(AmbientData).GetProperty(nameof(AmbientData.
Property
))!, new XamlSchemaContext()),
774
new CustomXamlMember(typeof(AmbientData).GetProperty(nameof(AmbientData.
Property
))!, new XamlSchemaContext())
2199
yield return new object?[] { member, new XamlMember(typeof(AmbientData).GetProperty(nameof(AmbientData.
Property
))!, new XamlSchemaContext()), false };