1 write to _property
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
42
_property
= property;
9 references to _property
WindowsBase (9)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (9)
119
if (
_property
== null)
177
if (
_property
== null)
340
get { return (
_property
== null); }
604
if (
_property
== null)
626
reflectionType = TypeDescriptor.GetReflectionType(
_property
.ComponentType);
663
if (
_property
!= null)
665
baseAttributes =
_property
.Attributes;
707
if (
_property
== null && !readOnly && GetAttachedPropertySetMethod(_dp) == null) {
712
DependencyPropertyAttribute dpa = new DependencyPropertyAttribute(_dp, (
_property
== null));