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)
303PagerStyle pagerStyle = Control.PagerStyle;
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
124PagerStyle pagerStyle = Control.PagerStyle;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
286PagerStyle pagerStyle = Control.PagerStyle;
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (1)
48else if ((instanceStyle.Control is Form && instanceStyle is PagerStyle) ||
UI\MobileControls\Form.cs (2)
37private PagerStyle _pagerStyle; 132public PagerStyle PagerStyle
UI\MobileControls\StyleSheet.cs (1)
774type = typeof(PagerStyle);