1 write to _form
System.Web.Mobile (1)
UI\MobileControls\Design\FormDesigner.cs (1)
144
_form
= (Form) component;
9 references to _form
System.Web.Mobile (9)
UI\MobileControls\Design\FormDesigner.cs (9)
58
return
_form
.Title;
63
_form
.Title = value;
98
if (!DesignerAdapterUtil.InMobileUserControl(
_form
))
100
if (DesignerAdapterUtil.InUserControl(
_form
))
106
if (!DesignerAdapterUtil.InMobilePage(
_form
))
146
if (
_form
.DeviceSpecific != null) {
147
_form
.DeviceSpecific = null;
158
_form
.ID,
159
_form
.Title,