* @return a location whose {@link #findProperty()} would create
* <code>property</code> again, or <code>null</code> in case that <code>property</code>
* can't be used
*/
public final CLocation expandProperty( DockController controller, DockableProperty property ){
return expandProperty( property, new DefaultExpandStrategy( controller ) );
}