Base:
7 references to ObjectType
PresentationFramework (7)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
38
return TypeDescriptor.GetAttributes(
ObjectType
);
135
if (DependencyProperty.FromName(_propertyValue.Property.Name, _item.
ObjectType
) == _propertyValue.Property)
137
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.
ObjectType
);
163
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.
ObjectType
);
208
return _item.
ObjectType
;
266
return _item.
ObjectType
;
335
return _item.
ObjectType
;