3 references to IsPotentiallyInherited
WindowsBase (3)
Base\System\Windows\DependencyProperty.cs (3)
300
dp._packedData |= Flags.
IsPotentiallyInherited
;
607
_packedData |= Flags.
IsPotentiallyInherited
;
887
get { return (_packedData & Flags.
IsPotentiallyInherited
) != 0; }