}
else if (containingScope instanceof ScopeView)
{
// Check if the property is a member of the ViewScope. If so, then
// return the containing class register
ScopeView scopeView = (ScopeView)containingScope;
final String baseName = name.getBaseName();
IDefinition propertyDef = scopeView.getPropertyFromDef(getProject(), scopeView.getDefinition(), baseName, false);
if (propertyDef != null)
result.addInstruction(getContainingClass());
}