3 references to IsInternal
WindowsBase (3)
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\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
235
else if (!dpKind.
IsInternal
)