1 type derived from MemberDefinition
System.Xaml (1)
System\Windows\Markup\PropertyDefinition.cs (1)
13public class PropertyDefinition : MemberDefinition
4 references to MemberDefinition
System.Xaml (4)
System\Xaml\XamlLanguage.cs (4)
78new Lazy<XamlType>(() => GetXamlType(typeof(MemberDefinition))); 89new Lazy<XamlType>(() => GetXamlType(typeof(List<MemberDefinition>))); 251if (type.Equals(typeof(MemberDefinition))) 383return typeof(MemberDefinition);