Base:
7 references to ObjectType
PresentationFramework (7)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
44
return TypeDescriptor.GetAttributes(
ObjectType
);
141
if (DependencyProperty.FromName(_propertyValue.Property.Name, _item.
ObjectType
) == _propertyValue.Property)
143
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.
ObjectType
);
169
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.
ObjectType
);
214
return _item.
ObjectType
;
272
return _item.
ObjectType
;
341
return _item.
ObjectType
;