Пример #1
0
 public void AttachmentPropertyNameException()
 {
     DependencyProperty.CreateAttachment <TestAttachmentClass, IDependencyObject, Int32>("$InvalidName123");
 }