4 references to IsDefinedInTable
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
1253
if (!isDefined) isDefined =
IsDefinedInTable
(attributeType, null, inherit);
1864
if (!isDefined) isDefined = _type.
IsDefinedInTable
(attributeType, _info, inherit);
1926
if (!isDefined) isDefined = _type.
IsDefinedInTable
(attributeType, _info, inherit);
2000
if (!isDefined) isDefined = _type.
IsDefinedInTable
(attributeType, _info, inherit);