1 type derived from MemberDefinition
System.Xaml (1)
System\Windows\Markup\PropertyDefinition.cs (1)
14public class PropertyDefinition : MemberDefinition
4 references to MemberDefinition
System.Xaml (4)
System\Xaml\XamlLanguage.cs (4)
79new Lazy<XamlType>(() => GetXamlType(typeof(MemberDefinition))); 90new Lazy<XamlType>(() => GetXamlType(typeof(List<MemberDefinition>))); 252if (type.Equals(typeof(MemberDefinition))) 384return typeof(MemberDefinition);