4 references to IsDirect
WindowsBase (4)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (2)
122
if (!kind.
IsDirect
&& !kind.IsInternal)
166
else if ((filter & PropertyFilterOptions.SetValues) != 0 && _instance.ContainsValue(dp) && !kind.
IsDirect
&& !kind.IsInternal)
Base\MS\Internal\ComponentModel\DependencyPropertyKind.cs (1)
104
if (!
IsDirect
)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
211
if (dpKind.
IsDirect
)