Exemplo n.º 1
0
 internal FrameworkElementType()
     : base("System.Windows.FrameworkElement")
 {
     this.DataContext             = new QualifiedProperty(this, nameof(this.DataContext));
     this.DataContextProperty     = new QualifiedField(this, nameof(this.DataContextProperty));
     this.DefaultStyleKeyProperty = new QualifiedField(this, nameof(this.DefaultStyleKeyProperty));
 }
Exemplo n.º 2
0
 public XmlnsDefinitionAttributeType()
     : base("System.Windows.Markup.XmlnsDefinitionAttribute")
 {
     this.AssemblyName = new QualifiedProperty(this, nameof(this.AssemblyName));
 }
Exemplo n.º 3
0
 internal DependencyPropertyKeyType()
     : base("System.Windows.DependencyPropertyKey")
 {
     this.DependencyProperty = new QualifiedProperty(this, nameof(this.DependencyProperty));
 }