1 type derived from MemberDefinition
System.Xaml (1)
System\Windows\Markup\PropertyDefinition.cs (1)
12public class PropertyDefinition : MemberDefinition
4 references to MemberDefinition
System.Xaml (4)
System\Xaml\XamlLanguage.cs (4)
77new Lazy<XamlType>(() => GetXamlType(typeof(MemberDefinition))); 88new Lazy<XamlType>(() => GetXamlType(typeof(List<MemberDefinition>))); 250if (type.Equals(typeof(MemberDefinition))) 385return typeof(MemberDefinition);