Base:
7 references to ObjectType
PresentationFramework (7)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
37
return TypeDescriptor.GetAttributes(
ObjectType
);
134
if (DependencyProperty.FromName(_propertyValue.Property.Name, _item.
ObjectType
) == _propertyValue.Property)
136
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.
ObjectType
);
162
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.
ObjectType
);
207
return _item.
ObjectType
;
265
return _item.
ObjectType
;
334
return _item.
ObjectType
;