3 writes to Owner
System.Web.Mobile (3)
UI\MobileControls\ObjectListCommandCollection.cs (3)
86command.Owner = null; 109command.Owner = this; 122(this[index]).Owner = null;
4 references to Owner
System.Web.Mobile (4)
UI\MobileControls\ObjectListCommand.cs (4)
64if (Owner != null) 66Owner.SetDirty (); 85if (Owner != null) 87Owner.SetDirty ();