4 references to GetAttachedPropertyMethod
WindowsBase (4)
Base\MS\Internal\ComponentModel\AttachInfo.cs (1)
51_getMethod = DependencyObjectPropertyDescriptor.GetAttachedPropertyMethod(_dp);
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
466MethodInfo mi = GetAttachedPropertyMethod(_dp);
Base\MS\Internal\ComponentModel\DependencyPropertyKind.cs (2)
74if (DependencyObjectPropertyDescriptor.GetAttachedPropertyMethod(_dp) == null && 113if (DependencyObjectPropertyDescriptor.GetAttachedPropertyMethod(_dp) != null)