1 write to _dp
WindowsBase (1)
Base\MS\Internal\ComponentModel\AttachInfo.cs (1)
29
_dp
= dp;
4 references to _dp
WindowsBase (4)
Base\MS\Internal\ComponentModel\AttachInfo.cs (4)
51
_getMethod = DependencyObjectPropertyDescriptor.GetAttachedPropertyMethod(
_dp
);
145
TypeDescriptionProvider typeProvider = TypeDescriptor.GetProvider(
_dp
.OwnerType);
185
if (!attr.IsBrowsable(instance,
_dp
))
203
if (attrType == subAttr.GetType() && subAttr.IsBrowsable(instance,
_dp
))