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