https://bugzilla.novell.com/show_bug.cgi?id=362534
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=362534#c8 --- Comment #8 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-06-05 08:38:41 MDT --- Breakpoint 2, DependencyObject::FindName (this=0x9449d20, name=0xa3718d0 "playitem#0#img") at dependencyobject.cpp:1165 1165 NameScope *scope = NameScope::GetNameScope (this); (gdb) n 1166 DependencyObject *rv = NULL; (gdb) print scope $1 = (class NameScope *) 0xaaa7d60 (gdb) print *scope $2 = {<DependencyObject> = {<EventObject> = {_vptr.EventObject = 0xb16f31e8, static objects_created = 13373, static objects_destroyed = 11037, static DestroyedEvent = 0, surface = 0xa58bba8, refcount = 1, events = 0x0}, static NameProperty = 0x9b74948, static properties = 0xa1fb730, current_values = 0xa83e230, listener_list = 0xa336a40, logical_parent = 0x9449d20}, names = 0xa83e250, temporary = false, static NameScopeProperty = 0x9b74298} (gdb) n 1168 if (scope && (rv = scope->FindName (name))) (gdb) print scope->FindName(name) $3 = (class DependencyObject *) 0x0 (gdb) n 1171 if (logical_parent) (gdb) print logical_parent $4 = (DependencyObject *) 0x0 (gdb) n 1174 Surface *surface = GetSurface (); (gdb) n 1175 if (surface) { (gdb) n 1176 UIElement *toplevel = surface->GetToplevel (); (gdb) n 1177 if (toplevel && toplevel != this) (gdb) n 1181 return NULL; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
