1 instantiation of PagerStyle
System.Web.Mobile (1)
UI\MobileControls\Form.cs (1)
46
_pagerStyle = new
PagerStyle
();
7 references to PagerStyle
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
303
PagerStyle
pagerStyle = Control.PagerStyle;
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
124
PagerStyle
pagerStyle = Control.PagerStyle;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
286
PagerStyle
pagerStyle = Control.PagerStyle;
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (1)
48
else if ((instanceStyle.Control is Form && instanceStyle is
PagerStyle
) ||
UI\MobileControls\Form.cs (2)
37
private
PagerStyle
_pagerStyle;
132
public
PagerStyle
PagerStyle
UI\MobileControls\StyleSheet.cs (1)
774
type = typeof(
PagerStyle
);