Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / MobileUserControl.cs / 1305376 / MobileUserControl.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Web.UI; using System.Security.Permissions; namespace System.Web.UI.MobileControls { ///[ Designer("Microsoft.VisualStudio.Web.WebForms.MobileWebFormDesigner, " + AssemblyRef.MicrosoftVisualStudioWeb, typeof(IRootDesigner)), Designer(typeof(System.Web.UI.Design.MobileControls.MobileUserControlDesigner)) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class MobileUserControl : UserControl { /// protected override void AddParsedSubObject(Object o) { // Note : AddParsedSubObject is never called at DesignTime if (o is StyleSheet) { if (_styleSheet != null) { throw new Exception(SR.GetString(SR.StyleSheet_DuplicateWarningMessage)); } else { _styleSheet = (StyleSheet)o; } } base.AddParsedSubObject(o); } private StyleSheet _styleSheet = null; internal StyleSheet StyleSheet { get { return (_styleSheet != null) ? _styleSheet : StyleSheet.Default; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Web.UI; using System.Security.Permissions; namespace System.Web.UI.MobileControls { ///[ Designer("Microsoft.VisualStudio.Web.WebForms.MobileWebFormDesigner, " + AssemblyRef.MicrosoftVisualStudioWeb, typeof(IRootDesigner)), Designer(typeof(System.Web.UI.Design.MobileControls.MobileUserControlDesigner)) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class MobileUserControl : UserControl { /// protected override void AddParsedSubObject(Object o) { // Note : AddParsedSubObject is never called at DesignTime if (o is StyleSheet) { if (_styleSheet != null) { throw new Exception(SR.GetString(SR.StyleSheet_DuplicateWarningMessage)); } else { _styleSheet = (StyleSheet)o; } } base.AddParsedSubObject(o); } private StyleSheet _styleSheet = null; internal StyleSheet StyleSheet { get { return (_styleSheet != null) ? _styleSheet : StyleSheet.Default; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ManipulationDevice.cs
- _Win32.cs
- WebFormsRootDesigner.cs
- EntityDataSourceState.cs
- RtfNavigator.cs
- EnumerableRowCollection.cs
- XamlRtfConverter.cs
- ObjectCloneHelper.cs
- DataGridCell.cs
- CustomCredentialPolicy.cs
- DataGridLinkButton.cs
- AmbientLight.cs
- TextFormatterContext.cs
- WorkflowApplicationCompletedEventArgs.cs
- ServiceParser.cs
- InstancePersistenceEvent.cs
- SqlXml.cs
- ViewBox.cs
- WindowsListViewGroupSubsetLink.cs
- SafeCoTaskMem.cs
- ItemContainerPattern.cs
- DocumentXPathNavigator.cs
- RoleManagerSection.cs
- DebuggerAttributes.cs
- WizardPanel.cs
- NetStream.cs
- AppDomainProtocolHandler.cs
- HijriCalendar.cs
- AutomationElementCollection.cs
- Configuration.cs
- NamespaceCollection.cs
- GridErrorDlg.cs
- CorrelationManager.cs
- HTTPNotFoundHandler.cs
- HtmlShimManager.cs
- TextTreeObjectNode.cs
- Perspective.cs
- FileUtil.cs
- RSAProtectedConfigurationProvider.cs
- NativeWindow.cs
- SqlBulkCopyColumnMapping.cs
- QueryOperatorEnumerator.cs
- ZipPackagePart.cs
- ShutDownListener.cs
- EntityContainerEntitySetDefiningQuery.cs
- ManipulationDelta.cs
- FunctionCommandText.cs
- ServiceModelPerformanceCounters.cs
- NamespaceCollection.cs
- KeySplineConverter.cs
- AlphabeticalEnumConverter.cs
- MarshalByValueComponent.cs
- DiscardableAttribute.cs
- StylusButton.cs
- InputScopeConverter.cs
- MenuItem.cs
- HtmlInputReset.cs
- StrokeCollectionDefaultValueFactory.cs
- entitydatasourceentitysetnameconverter.cs
- EdmComplexPropertyAttribute.cs
- Style.cs
- WebBaseEventKeyComparer.cs
- ConditionCollection.cs
- AppLevelCompilationSectionCache.cs
- ErrorActivity.cs
- MemoryRecordBuffer.cs
- Oci.cs
- CollectionViewGroup.cs
- FrameworkElementAutomationPeer.cs
- GAC.cs
- BinaryConverter.cs
- ConnectionOrientedTransportManager.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- XmlNavigatorFilter.cs
- mediapermission.cs
- SettingsProviderCollection.cs
- SchemaObjectWriter.cs
- ExpressionBuilderContext.cs
- DebugView.cs
- DataConnectionHelper.cs
- _BasicClient.cs
- DockAndAnchorLayout.cs
- CodeVariableDeclarationStatement.cs
- SortKey.cs
- IListConverters.cs
- DataGridViewAddColumnDialog.cs
- NonNullItemCollection.cs
- NativeMethods.cs
- TraceContext.cs
- XPathDocumentBuilder.cs
- AutomationEventArgs.cs
- _HeaderInfoTable.cs
- NativeMethods.cs
- Color.cs
- TouchEventArgs.cs
- ControlBindingsCollection.cs
- DataSpaceManager.cs
- LinqDataSourceDisposeEventArgs.cs
- DocComment.cs
- XmlAttributeCache.cs