* are making the binding for, which is MXMLDataBindingNode "DataBinding" 38:28
*/
private static String findDestinationStringFromPropertySpecifier(IMXMLPropertySpecifierNode propertySpecifier)
{
String ret = null;
IMXMLClassReferenceNode propertyParent = (IMXMLClassReferenceNode)
propertySpecifier.getAncestorOfType( IMXMLClassReferenceNode.class);
assert propertyParent != null;
// If the property is a property of an instance, get id.name
if (propertyParent instanceof IMXMLInstanceNode)