7 references to Owner
System.Web.Mobile (7)
UI\MobileControls\DeviceSpecific.cs (6)
154if (Owner is Style) 156return ((Style)Owner).Control.MobilePage; 160Debug.Assert(Owner is MobileControl); 161return ((MobileControl)Owner).MobilePage; 193Style asStyle = Owner as Style; 195(asStyle != null) ? asStyle.Control : (MobileControl)Owner;
UI\MobileControls\DeviceSpecificChoice.cs (1)
152Object parentObject = Owner.Owner;