看到DependencyObject中有这么一段:
public static readonly DependencyProperty NameProperty =
DependencyProperty.Register("Name", typeof(string), typeof(DependencyObject), string.Empty);
NameProperty为静态字段,是不是所有继承自DependencyObject的类型,如Button、Label、等等这些类型的所有实例都共有这
个静态字段?请教!
此去千万里,岁月忽已晚!