1 write to _owner
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecific.cs (1)
66_owner = owner;
3 references to _owner
System.Web.Mobile (3)
UI\MobileControls\DeviceSpecific.cs (3)
58Debug.Assert(_owner != null, "Owner is null"); 59return _owner; 65Debug.Assert((_owner == null || MobilePage == null || MobilePage.DesignMode), "Owner has already been set");