File: GlobalSuppressions.cs
Project: ndp\fx\src\mit\System\Web\System.Web.Mobile.csproj (System.Web.Mobile)
using System.Diagnostics.CodeAnalysis;
 
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="System.Web.Mobile.SR.GetString(System.String,System.Boolean&):System.String")]
 
// These suppressions were automatically migrated from the FxCop baseline files.
 
#region $/DevDiv/Dev11/pu/MQAspNet/ddsuites/src/FxCop/Excludes/Triaged/System.Web.Mobile.dll.FxCop
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.ExternDll", Justification = @"mattgi: used via reflection")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElement.#get_ElementProperty()", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElement.#GetDelegate()", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElement.#get_Properties()", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElementCollection.#AllKeys", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElementCollection.#get_CollectionType()", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElementCollection.#CreateNewElement()", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElementCollection.#get_ElementName()", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.DeviceFilterElementCollection.#GetElementKey(System.Configuration.ConfigurationElement)", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.Mobile.DeviceFiltersSection.#CreateDeviceFilters()", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.Mobile.ErrorHandlerModule.#Application_Error(System.Object,System.EventArgs)", Justification = @"ftse: The exception object needs to be identified to report the exception error message.")]
[module: SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "System.Web.Mobile.ErrorHandlerModule.#System.Web.IHttpModule.Dispose()", Justification = @"ftse: From the comment of the code it is obsolete method that doesn't have any implementation.  So it is not necessary for subclasses to use the implementation because it is empty.")]
[module: SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes", Scope = "member", Target = "System.Web.Mobile.ErrorHandlerModule.#System.Web.IHttpModule.Init(System.Web.HttpApplication)", Justification = @"ftse: From the comment of the code it is obsolete method that doesn't have any implementation.  So it is not necessary for subclasses to use the implementation because it is empty.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities+EvaluateCapabilitiesDelegate.#.ctor(System.Object,System.IntPtr)", Justification = @"ftse: This delegate is indeed used in other source files.  I'm not sure why this rule still complains about it.  I have reported the issue to FxCop Bug report alias.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.#Create(System.Object,System.Object,System.Xml.XmlNode)", Justification = @"phuff: Disregard this rule.")]
[module: SuppressMessage("Microsoft.Design", "CA1059:MembersShouldNotExposeCertainConcreteTypes", Scope = "member", Target = "System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.#Create(System.Object,System.Object,System.Xml.XmlNode)", MessageId = "System.Xml.XmlNode", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Performance", "CA1820:TestForEmptyStringsUsingStringLength", Scope = "member", Target = "System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.#Create(System.Object,System.Object,System.Xml.XmlNode)", Justification = @"ftse: The testing of the string variable is explicitly divided into specific null and empty string cases for creating different error exceptions.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Mobile.SR.#GetObject(System.String)", Justification = @"ftse: I presume this internal code is created by the automatic SR class generation and it just happens that the code in the assembly doesn't call this method.  So it is by design.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Mobile.SR.#get_Resources()", Justification = @"ftse: I presume this internal code is created by the automatic SR class generation and it just happens that the code in the assembly doesn't call this method.  So it is by design.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.AppliedDeviceFiltersDialog.#get_InExternalCacheEditMode()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.AppliedDeviceFiltersDialog.#LoadAvailableFilters()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, an debug assert will be used instead.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.AppliedFiltersCachedState.#get_AppliedFilters()", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.AppliedFiltersCachedState.#ChoiceExistsInTreeView(System.Web.UI.Design.MobileControls.Util.DeviceFilterNode)", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions", Scope = "member", Target = "System.Web.UI.Design.MobileControls.BaseTemplatedMobileComponentEditor.#EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Windows.Forms.IWin32Window)", Justification = @"mattgi: RTL exclusion for mobile designer")]
[module: SuppressMessage("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ChoicePropertyFilter.#Dispose()", Justification = @"mattgi: underlying dispose method doesn't provide benefit")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ChoiceTreeNode.#.ctor(System.Web.UI.Design.MobileControls.Util.DeviceFilterNode,System.Web.UI.Design.MobileControls.IDeviceSpecificDesigner)", Justification = @"phuff: This is an internal class.")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ChoiceTreeNode.#.ctor(System.Web.UI.Design.MobileControls.Util.DeviceFilterNode,System.Web.UI.MobileControls.DeviceSpecificChoice,System.Web.UI.Design.MobileControls.IDeviceSpecificDesigner)", Justification = @"phuff: This is an internal class.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ChoiceTreeNode.#get_IncludeArgument()", Justification = @"phuff: The setter is used.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.CommandDesigner.#GetDesignTimeNormalHtml()", MessageId = "System.Web.UI.MobileControls.TextControl.set_Text(System.String)", Justification = @"mattgi: brackets around string being displayed are not localized")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceFilterEditorDialog.#.ctor(System.ComponentModel.ISite)", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceFilterEditorDialog.#.ctor(System.ComponentModel.ISite,System.Web.UI.Design.MobileControls.Util.WebConfigManager)", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, an error message will be rendered instead.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceFilterEditorDialog.#SaveFilters()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, an error message will be rendered instead.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.LabelDesigner.#GetDesignTimeNormalHtml()", MessageId = "System.Web.UI.MobileControls.TextControl.set_Text(System.String)", Justification = @"mattgi: brackets around string are not localized")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.LinkDesigner.#GetDesignTimeNormalHtml()", MessageId = "System.Web.UI.MobileControls.TextControl.set_Text(System.String)", Justification = @"mattgi: brackets around string are not localized")]
[module: SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListComponentEditorPage.#OnAfterLabelEdit(System.Object,System.Windows.Forms.NodeLabelEditEventArgs)", Justification = @"mattgi: RTL exclusion for mobile designer")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListGeneralPage.#SaveComponent()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designtime dialog method, it's used to parse integers. A default number will be used instead.")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#PreFilterProperties(System.Collections.IDictionary)", Justification = @"tinghaoy: MobileContainerDesigner type demands UnmanagedCode security permission, therefore it's always fully-trusted.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#GetDesignTimeHtml()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call. An error message will be rendered instead.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlPersister.#PersistControl(System.IO.TextWriter,System.Web.UI.Control)", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlPersister.#PersistControl(System.Web.UI.Control)", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlPersister.#PersistControl(System.Web.UI.Control,System.ComponentModel.Design.IDesignerHost)", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_AppliedDeviceFilters()", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#GetDesignTimeHtml()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, an error message will be rendered instead.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#IsHTMLSchema(System.Web.UI.MobileControls.DeviceSpecificChoice)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_PropertyOverrides()", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileUserControlDesigner.#.ctor()", Justification = @"mattgi: legacy")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileUserControlDesigner.#GetDesignTimeHtml()", Justification = @"phuff: Safe.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods.#.ctor()", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods.#GetClientRect(System.IntPtr,System.Web.UI.Design.MobileControls.NativeMethods+RECT&)", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+COMRECT.#.ctor(System.Int32,System.Int32,System.Int32,System.Int32)", Justification = @"phuff: THese are needed to retrieve the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+COMRECT.#FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)", Justification = @"phuff: THese are needed to retrieve the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+DOCHOSTUIDBLCLICK", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+DOCHOSTUIFLAG", Justification = @"phuff: THese are needed to retrieve the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+DOCHOSTUIINFO", Justification = @"phuff: THese are needed to retrieve the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+FORMATETC", Justification = @"phuff: These types are needed for native addresses.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+FORMATETC", Justification = @"phuff: These types are needed for native addresses.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+FORMATETC.#ptd", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+MSG", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+MSG.#hwnd", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+MSG.#lParam", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+MSG.#wParam", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+OLECMD", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+POINT", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+RECT.#.ctor(System.Int32,System.Int32,System.Int32,System.Int32)", Justification = @"phuff: These are needed for native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+RECT.#FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)", Justification = @"phuff: These are needed for native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+STGMEDIUM", Justification = @"phuff: THese are needed to retrieve the native addresses.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+STGMEDIUM", Justification = @"phuff: THese are needed to retrieve the native addresses.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+STGMEDIUM.#pUnkForRelease", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+STGMEDIUM.#unionmember", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+tagLOGPALETTE", Justification = @"phuff: These are needed for native addresses.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+tagOIFI", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+tagOIFI.#hAccel", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Reliability", "CA2006:UseSafeHandleToEncapsulateNativeResources", Scope = "member", Target = "System.Web.UI.Design.MobileControls.NativeMethods+tagOIFI.#hwndFrame", Justification = @"tinghaoy: We don't really think this is a security issue. We might be leaking resources thru subclassing, but this will only affect designer in a minor way.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+tagOLEVERB", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+tagSIZE", Justification = @"phuff: These types are needed for native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.NativeMethods+tagSIZEL", Justification = @"phuff: THese are needed for the native addresses.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListGeneralPage.#SaveComponent()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designtime dialog method, it's used to parse integers. A default number will be used instead.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.PhoneCallDesigner.#GetDesignTimeNormalHtml()", MessageId = "System.Web.UI.MobileControls.TextControl.set_Text(System.String)", Justification = @"mattgi: brackets around string are not localized")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.PropertyOverridesCachedState.#FilterExistsInComboBox(System.Web.UI.Design.MobileControls.Util.DeviceFilterNode)", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.PropertyOverridesDialog.#.ctor(System.Web.UI.Design.MobileControls.IDeviceSpecificDesigner,System.Int32)", MessageId = "System.Web.UI.Design.MobileControls.InvalidChoiceException.#ctor(System.String)", Justification = @"mattgi: '-' putting control id together not localized")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.PropertyOverridesDialog.#get_InExternalCacheEditMode()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.PropertyOverridesDialog.#InitializeComponent()", MessageId = "System.Windows.Forms.Control.set_Text(System.String)", Justification = @"mattgi: well-known name")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.PropertyOverridesDialog.#RestoreState(System.String)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.SafeNativeMethods", Justification = @"phuff: These are needed for native addresses.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.SR", Justification = @"phuff: String Resource class")]
[module: SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StylesEditorDialog.#OnAfterLabelEdit(System.Object,System.Windows.Forms.NodeLabelEditEventArgs)", Justification = @"mattgi: RTL exclusion for mobile designer")]
[module: SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StylesEditorDialog.#OnClickRemoveButton(System.Object,System.EventArgs)", Justification = @"mattgi: RTL exclusion for mobile designer")]
[module: SuppressMessage("Microsoft.Globalization", "CA1300:SpecifyMessageBoxOptions", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetComponentEditor.#EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object)", Justification = @"mattgi: RTL exclusion for mobile designer")]
[module: SuppressMessage("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#Dispose(System.Boolean)", MessageId = "_mergedUI", Justification = @"phuff: No time.  Maybe next time...")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#OnSelectedIndexChangedStylesComboBox(System.Object,System.EventArgs)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#System.Web.UI.Design.MobileControls.IDeviceSpecificDesigner.get_CurrentDeviceSpecificID()", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.TextViewDesigner.#GetDesignTimeNormalHtml()", MessageId = "System.Web.UI.MobileControls.TextView.set_Text(System.String)", Justification = @"mattgi: brackets around string are not localized")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerAdapterUtil.#GetMaxWidthToFit(System.Web.UI.MobileControls.MobileControl,System.Byte&)", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, this will happen during view switching.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerAdRotatorAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerCalendarAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerCommandAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerImageAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerLabelAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerLinkAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerListAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerObjectListAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerSelectionListAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerTextBoxAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerTextViewAdapter", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerValidationSummaryAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerValidatorAdapter.#.ctor()", Justification = @"ftse: The class is invoked through reflection.  It is specified as designer attribute on the corresponding control.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.ChoiceConverter.#.ctor()", Justification = @"tinghaoy: Type instantiated by designer thru reflection.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DefaultCommandConverter.#.ctor()", Justification = @"tinghaoy: Converters are instantiated thru reflection by designer.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.FontNameConverter.#.ctor()", Justification = @"tinghaoy: Type instantiated by designer thru reflection.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.FontNameConverter.#GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.FormConverter.#.ctor()", Justification = @"tinghaoy: Instantaited by designer thru reflection.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.NavigateUrlConverter.#.ctor()", Justification = @"tinghaoy: Converters are instantiated thru reflection by designer.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.StyleConverter.#.ctor()", Justification = @"tinghaoy: Converters are instantiated thru reflection by designer.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.StyleReferenceConverter.#.ctor()", Justification = @"tinghaoy: Converters are instantiated thru reflection by designer.")]
[module: SuppressMessage("Microsoft.Performance", "CA1807:AvoidUnnecessaryStringCreation", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.StyleReferenceConverter.#GetStyles(System.Object)", MessageId = "local10", Justification = @"tinghaoy: Converters are instantiated thru reflection by designer.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.StyleReferenceConverter.#GetStyles(System.Object)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.ValidatedMobileControlConverter.#.ctor()", Justification = @"tinghaoy: Converters are instantiated thru reflection by designer.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.Util.DesignerUtility", Justification = @"mattgi: used via reflection")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.FileReader.#Read(System.Uri)", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, a debug assert will be used instead.")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.Util.ImageCreator", Justification = @"mattgi: used via reflection")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.ImageCreator.#CreateBackgroundImage(System.Web.UI.Design.MobileControls.Util.TemporaryBitmapFile&,System.String,System.String,System.String,System.Boolean,System.Int32)", MessageId = "System.Web.UI.Design.MobileControls.Util.ImageCreator.GetHeight(System.String,System.Drawing.Font,System.Int32)", Justification = @"mattgi: temporary variable")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.MSHTMLHost.#CreateTrident()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, a debug assert will be used instead.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.SimpleParser+TagStack.#Push(System.String)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.TridentSite.#ActivateDocument()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, a debug assert will be used instead.")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.TridentSite.#CreateDocument()", Justification = @"tinghaoy: We don't want to allow any exceptions to bubble up from this designer call, a debug assert will be used instead.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.UnsettableComboBox.#get_NotSetCompactText()", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.UnsettableComboBox.#set_NotSetCompactText(System.String)", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.UnsettableComboBox.#get_NotSetText()", Justification = @"mattgi: called via reflection")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.Design.MobileControls.Util.WbmpConverter", Justification = @"mattgi: used via reflection")]
[module: SuppressMessage("Microsoft.Security", "CA2102:CatchNonClsCompliantExceptionsInGeneralHandlers", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Util.WebConfigManager.#LoadDocument()", Justification = @"tinghaoy: A new exception will be thrown instead to hide the original XML error.")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.MobileControls.AdRotator.#.ctor()", Justification = @"ftse: It's correct that the current code is not the best coding practice, but changing it would take a big risk of introducing breaking change because the timing of calling the virtual method is changed.  And in fact, we do not expect the inheritor of the virtual method relies something on its constructor.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.AdRotator.#OnAdCreated(System.Web.UI.WebControls.AdCreatedEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#.ctor()", Justification = @"tinghaoy: This would be a breaking change to change this current behavior.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.MobileControls.Calendar.#.ctor()", Justification = @"ftse: It's correct that the current code is not the best coding practice, but changing it would take a big risk of introducing breaking change because the timing of calling the virtual method is changed.  And in fact, we do not expect the inheritor of the virtual method relies something on its constructor.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Calendar.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Need to keep this method for backward compat.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Calendar.#RaiseSelectionChangedEvent()", Justification = @"tinghaoy: WebSelectionChanged event is raised from this method.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#OnClick(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#OnItemCommand(System.Web.UI.WebControls.CommandEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#RaisePostDataChangedEvent()", Justification = @"tinghaoy: This is an interface implementation.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElement.#get_ElementProperty()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElement.#get_Properties()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElementCollection.#AllKeys", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElementCollection.#get_CollectionType()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElementCollection.#CreateNewElement()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElementCollection.#get_ElementName()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElementCollection.#GetElementKey(System.Configuration.ConfigurationElement)", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ControlElementCollection.#get_ThrowOnDuplicate()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElement.#get_ElementProperty()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElement.#get_Properties()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElementCollection.#AllKeys", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElementCollection.#get_CollectionType()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElementCollection.#CreateNewElement()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElementCollection.#get_ElementName()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElementCollection.#GetElementKey(System.Configuration.ConfigurationElement)", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceElementCollection.#get_ThrowOnDuplicate()", Justification = @"phuff: Classes we don't own or don't want to protect.")]
[module: SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes", Scope = "type", Target = "System.Web.UI.MobileControls.DeviceOverridableAttribute", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Design", "CA1018:MarkAttributesWithAttributeUsage", Scope = "type", Target = "System.Web.UI.MobileControls.DeviceOverridableAttribute", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ErrorFormatterPage.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#OnActivate(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#OnDataBinding(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#OnDeactivate(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#OnPaginated(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Design", "CA1021:AvoidOutParameters", Scope = "member", Target = "System.Web.UI.MobileControls.IControlAdapter.#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean&)", MessageId = "3#", Justification = @"phuff: Breaking changes, can't fix.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.IControlAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.IControlAdapter.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.IControlAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.IControlAdapter.#OnUnload(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Image.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.MobileControls.IndividualDeviceConfig+DeviceQualifiesDelegate.#.ctor(System.Object,System.IntPtr)", Justification = @"tinghaoy: Called thru reflection.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Link.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnBubbleEvent(System.Object,System.EventArgs)", MessageId = "1#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnDataBinding(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnItemCommand(System.Web.UI.MobileControls.ListCommandEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnLoadItems(System.Web.UI.MobileControls.LoadItemsEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.List.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ListCommandEventArgs.#.ctor(System.Web.UI.MobileControls.MobileListItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)", MessageId = "2#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.MobileControls.ListCommandEventHandler", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.MobileControls.ListDataBindEventHandler", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.LiteralTextParser.#TagNameToType(System.String)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.MobileControls.LoadItemsEventHandler", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.MobileControls.MobileCategoryAttribute.#get_DeviceSpecific()", Justification = @"tinghaoy: Used by designer to specify category.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#OnDataBinding(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#OnLoad(System.EventArgs)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#OnUnload(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItem.#OnBubbleEvent(System.Object,System.EventArgs)", MessageId = "1#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItemCollection.#SetAll(System.Web.UI.MobileControls.MobileListItem[])", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnDeviceCustomize(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnError(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnPreInit(System.EventArgs)", MessageId = "0#", Justification = @"tinghaoy: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnUnload(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#OnViewStateExpire(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#RaisePostBackEvent(System.Web.UI.IPostBackEventHandler,System.String)", Justification = @"tinghaoy: Implementation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnBubbleEvent(System.Object,System.EventArgs)", MessageId = "1#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnDataBinding(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnItemCommand(System.Web.UI.MobileControls.ObjectListCommandEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnItemDataBind(System.Web.UI.MobileControls.ObjectListDataBindEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnItemSelect(System.Web.UI.MobileControls.ObjectListSelectEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnLoadItems(System.Web.UI.MobileControls.LoadItemsEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#OnShowItemCommands(System.Web.UI.MobileControls.ObjectListShowCommandsEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#RaiseDefaultItemEvent(System.Int32)", Justification = @"tinghaoy: Implementation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListCommandEventArgs.#.ctor(System.Web.UI.MobileControls.ObjectListItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)", MessageId = "2#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.MobileControls.ObjectListCommandEventHandler", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.MobileControls.ObjectListDataBindEventHandler", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListItem.#OnBubbleEvent(System.Object,System.EventArgs)", MessageId = "1#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.MobileControls.ObjectListSelectEventHandler", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1049:TypesThatOwnNativeResourcesShouldBeDisposable", Scope = "type", Target = "System.Web.UI.MobileControls.ObjectListShowCommandsEventHandler", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.PagedControl.#OnLoadItems(System.Web.UI.MobileControls.LoadItemsEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.PagedControl.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Usage", "CA2233:OperationsShouldNotOverflow", Scope = "member", Target = "System.Web.UI.MobileControls.PagerStyle.#GetNextPageText(System.Int32)", MessageId = "currentPageIndex+1", Justification = @"tinghaoy: This code is used just to display the link text.")]
[module: SuppressMessage("Microsoft.Usage", "CA2233:OperationsShouldNotOverflow", Scope = "member", Target = "System.Web.UI.MobileControls.PagerStyle.#GetPreviousPageText(System.Int32)", MessageId = "currentPageIndex-1", Justification = @"tinghaoy: This code is used just to display the link text.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Panel.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Scope = "member", Target = "System.Web.UI.MobileControls.PersistNameAttribute.#Default", Justification = @"tinghaoy: PersistNameAttribute is immutable.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.PersistNameAttribute.#GetHashCode()", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.PhoneCall.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.PhoneCall.#RaisePostBackEvent(System.String)", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.MobileControls.RangeValidator+WebBaseCompareValidator.#.ctor()", Justification = @"ftse: The class is there for exposing a static method for RangeValidator to be used.  Details are already described as comment in RangeValidator source file.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#OnDataBinding(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#OnSelectedIndexChanged(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#RaisePostDataChangedEvent()", Justification = @"tinghaoy: Implemnetation of IPostBackEventHandler")]
[module: SuppressMessage("Microsoft.Performance", "CA1812:AvoidUninstantiatedInternalClasses", Scope = "type", Target = "System.Web.UI.MobileControls.SR", Justification = @"tinghaoy: By design. This class exists solely to make the class SR available members of this namespace.  It delegates completely to System.Web.Mobile.SR.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.StyleSheet.#AddParsedSubObject(System.Object)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.StyleSheet.#get_Item(System.String)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.StyleSheet.#set_Item(System.String,System.Web.UI.MobileControls.Style)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.StyleSheet.#LoadViewState(System.Object)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.StyleSheetControlBuilder.#GetChildControlType(System.String,System.Collections.IDictionary)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.TextBox.#OnTextChanged(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.TextBox.#RaisePostDataChangedEvent()", Justification = @"tinghaoy: OnTextChanged is invoked with this method.")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.MobileControls.ValidationSummary.#.ctor()", Justification = @"ftse: It's correct that the current code is not the best coding practice, but changing it would take a big risk of introducing breaking change because the timing of calling the virtual method is changed.  And in fact, we do not expect the inheritor of the virtual method relies something on its constructor.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.ValidationSummary.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnUnload(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.DivStyleTag.#get_AlignmentWritten()", Justification = @"ftse: This is indeed being used within the same file.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.#Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.#get_ShouldEnsureStyle()", Justification = @"phuff: The setter is called, and we shouldn't remove the getter and leave the setter.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#XhtmlCssHandler_IdNotPresent", Justification = @"ftse: They are sesource string ID's that have been in the resource files for long time and the resources should have been localized already.  It is too costly to change the ID names now.")]
[module: SuppressMessage("Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#XhtmlCssHandler_StylesheetNotFound", Justification = @"ftse: They are sesource string ID's that have been in the resource files for long time and the resources should have been localized already.  It is too costly to change the ID names now.")]
[module: SuppressMessage("Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#XhtmlMobileTextWriter_CacheKeyNotSet", Justification = @"ftse: They are sesource string ID's that have been in the resource files for long time and the resources should have been localized already.  It is too costly to change the ID names now.")]
[module: SuppressMessage("Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#XhtmlMobileTextWriter_SessionKeyNotSet", Justification = @"ftse: They are sesource string ID's that have been in the resource files for long time and the resources should have been localized already.  It is too costly to change the ID names now.")]
[module: SuppressMessage("Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#XhtmlObjectListAdapter_InvalidPostedData", Justification = @"ftse: They are sesource string ID's that have been in the resource files for long time and the resources should have been localized already.  It is too costly to change the ID names now.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.#RenderText(System.String,System.Boolean,System.Boolean)", MessageId = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderText(System.String,System.Boolean,System.Boolean)", Justification = @"ftse: The literal is culture independent, no need to be retrieved from resource")]
[module: SuppressMessage("Microsoft.Usage", "CA2204:LiteralsShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.UpWmlMobileTextWriter.#RenderText(System.String,System.Boolean,System.Boolean)", MessageId = "nbsp", Justification = @"ftse: It is a non-breaking space character in markup.  It is by design.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter.#Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)", MessageId = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.RenderText(System.String)", Justification = @"ftse: The literal is culture independent, no need to be retrieved from resource")]
[module: SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#GetPostBackValue()", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlListAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Performance", "CA1807:AvoidUnnecessaryStringCreation", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#NameConflicts(System.String)", MessageId = "name", Justification = @"ftse: It might be more efficient to convert to lower-cases once because the lower-cased string is checked against 3 different lower-case strings.")]
[module: SuppressMessage("Microsoft.Performance", "CA1807:AvoidUnnecessaryStringCreation", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#NameConflicts(System.String)", MessageId = "stack0", Justification = @"ftse: The code is intended to check if a string variable itself has all lowercase letters.  Also this code is in a Debug.Assert(), so it doesn't hurt actual performance.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#NameConflicts(System.String)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"phuff: Reviewed.")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "type", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype", MessageId = "Doctype", Justification = @"ftse: The namings have been established since Everett DU's.  Changing the names might create confusion when users are migrating from Everett to Whidbey.  Hence just keep them as they are.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"ftse: It is part of the overall adapter model to provide such similar lifecycle methods to match the corresponding ones in controls.  This method does not invoke any event handler method, so the security concern described in the rule does not apply in this case.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.#OnLoad(System.EventArgs)", MessageId = "0#", Justification = @"ftse: It is part of the overall adapter model to provide such similar lifecycle methods to match the corresponding ones in controls.  This method does not invoke any event handler method, so the security concern described in the rule does not apply in this case.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"ftse: It is part of the overall adapter model to provide such similar lifecycle methods to match the corresponding ones in controls.  This method does not invoke any event handler method, so the security concern described in the rule does not apply in this case.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#ConditionalEnterFormat(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#ConditionalEnterLayout(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#ConditionalExitFormat(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#ConditionalExitLayout(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.Web.UI.MobileControls.Style)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#ConditionalRenderCustomAttribute(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String,System.String)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#GetCustomAttributeValue(System.Web.UI.MobileControls.MobileControl,System.String)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Naming", "CA1720:AvoidTypeNamesInParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#PreprocessQueryString(System.String)", MessageId = "0#", Justification = @"ftse: It is a well-known name that we need to keep the same spelling.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#Render(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#RenderEndLink(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormatStyleClass.#.ctor(System.Web.UI.MobileControls.Style,System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleFilter)", Justification = @"ftse: It's correct that the current code is not the best coding practice, but changing it would take a big risk of introducing breaking change because the timing of calling the virtual method is changed.  And in fact, we do not expect the inheritor of the virtual method relies something on its constructor.")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter.#RenderImage(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter)", Justification = @"ftse: The design pattern is to use the corresponding writer for a particular markup.  So we should keep it consistent that Xhtml control adapters use XhtmlMobileTextWriter as the input parameter in their method signatures.")]
[module: SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLayoutStyleClass.#.ctor(System.Web.UI.MobileControls.Style,System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleFilter)", Justification = @"ftse: It's correct that the current code is not the best coding practice, but changing it would take a big risk of introducing breaking change because the timing of calling the virtual method is changed.  And in fact, we do not expect the inheritor of the virtual method relies something on its constructor.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#AddOnEnterForwardSetVar(System.String)", Justification = @"ftse: The names are specified as they are intended to be.  Changing them might confuse users who migrate applications from Everett DU's to Whidbey as those are the names used in Everett DU's.")]
[module: SuppressMessage("Microsoft.Design", "CA1030:UseEventsWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#AddOnEnterForwardSetVar(System.String,System.String)", Justification = @"ftse: The names are specified as they are intended to be.  Changing them might confuse users who migrate applications from Everett DU's to Whidbey as those are the names used in Everett DU's.")]
[module: SuppressMessage("Microsoft.Performance", "CA1807:AvoidUnnecessaryStringCreation", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#IsBlockElement(System.String)", MessageId = "tag", Justification = @"ftse: Actually the current code might be more efficient because it compares to many strings for matching.  It might be better to convert to a lower case string once.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#IsBlockElement(System.String)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#SetBodyStyle(System.Web.UI.MobileControls.Style)", Justification = @"ftse: The names are specified as they are intended to be.  Changing them might confuse users who migrate applications from Everett DU's to Whidbey as those are the names used in Everett DU's.")]
[module: SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#SetCacheKey(System.Web.Caching.Cache)", Justification = @"ftse: The names are specified as they are intended to be.  Changing them might confuse users who migrate applications from Everett DU's to Whidbey as those are the names used in Everett DU's.")]
[module: SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#SetSessionKey(System.Web.SessionState.HttpSessionState)", Justification = @"ftse: The names are specified as they are intended to be.  Changing them might confuse users who migrate applications from Everett DU's to Whidbey as those are the names used in Everett DU's.")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#UseDivsForBreaks", MessageId = "Divs", Justification = @"ftse: The namings have been established since Everett DU's.  Changing the names might create confusion when users are migrating from Everett to Whidbey.  Hence just keep them as they are.")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter.#WriteDoctypeDeclaration(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype)", MessageId = "Doctype", Justification = @"ftse: The namings have been established since Everett DU's.  Changing the names might create confusion when users are migrating from Everett to Whidbey.  Hence just keep them as they are.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"ftse: It is part of the overall adapter model to provide such similar lifecycle methods to match the corresponding ones in controls.  This method does not invoke any event handler method, so the security concern described in the rule does not apply in this case.")]
[module: SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.#CookielessDataDictionary", Justification = @"ftse: The current code has this property being set in MobilePage.cs, so it is by design.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter.#OnPreRender(System.EventArgs)", MessageId = "0#", Justification = @"ftse: It is part of the overall adapter model to provide such similar lifecycle methods to match the corresponding ones in controls.  This method does not invoke any event handler method, so the security concern described in the rule does not apply in this case.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlStyleClass.#BuildStyleClassAlignment(System.Text.StringBuilder)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlStyleClass.#BuildStyleClassBackgroundColor(System.Text.StringBuilder)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlStyleClass.#BuildStyleClassForegroundColor(System.Text.StringBuilder)", Justification = @"phuff: Code reviewed by TingHaoy- no security issues.  Not fixing to reduce churn.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"ftse: It is part of the overall adapter model to provide such similar lifecycle methods to match the corresponding ones in controls.  This method does not invoke any event handler method, so the security concern described in the rule does not apply in this case.")]
[module: SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter.#OnInit(System.EventArgs)", MessageId = "0#", Justification = @"ftse: It is part of the overall adapter model to provide such similar lifecycle methods to match the corresponding ones in controls.  This method does not invoke any event handler method, so the security concern described in the rule does not apply in this case.")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "autogenerated", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "Cloneable.", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "databound", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "databound.", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "datasource.", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "directkey", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "newline", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "postback", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "Prev", Justification = @"tinghaoy: By-design.")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "softkey", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "softkeys", Justification = @"mattgi: softkeys is the accepted spelling")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "softkeys.", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "templating", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "Templating", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "validator.", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "viewstate", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "Viewstate", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "Yy", Justification = @"tinghaoy: By-design.")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "Zz", Justification = @"tinghaoy: By-design.")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.UI.MobileControls.Adapters.resources", MessageId = "databound", Justification = @"phuff: Spellings ok")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.UI.MobileControls.Adapters.resources", MessageId = "postback", Justification = @"phuff: Spellings ok")]
#endregion
 
#region $/DevDiv/Dev11/pu/MQAspNet/ddsuites/src/FxCop/Excludes/EverettBreaking/System.Web.Mobile.dll-breaking.xml
[module: SuppressMessage("Microsoft.Usage", "CA2209:AssembliesShouldDeclareMinimumSecurity", Scope = "module", Target = "system.web.mobile.dll", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Scope = "type", Target = "System.Web.Mobile.CookielessData", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.ErrorHandlerModule.#System.Web.IHttpModule.Dispose()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.ErrorHandlerModule.#System.Web.IHttpModule.Init(System.Web.HttpApplication)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.Mobile.MobileCapabilities", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#CanRenderOneventAndPrevElementsTogether", MessageId = "Onevent", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#CanRenderOneventAndPrevElementsTogether", MessageId = "Prev", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#CanRenderSetvarZeroWithMultiSelectionList", MessageId = "Setvar", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#HidesRightAlignedMultiselectScrollbars", MessageId = "Scrollbars", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#HidesRightAlignedMultiselectScrollbars", MessageId = "Multiselect", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#MaximumSoftkeyLabelLength", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#NumberOfSoftkeys", MessageId = "Softkeys", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1705:LongAcronymsShouldBePascalCased", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#RequiresDBCSCharacter", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#RequiresPhoneNumbersAsPlainText", MessageId = "PlainText", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#RequiresUniqueHtmlCheckboxNames", MessageId = "Checkbox", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#RequiresUrlEncodedPostfieldValues", MessageId = "Postfield", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#SupportsAccesskeyAttribute", MessageId = "Accesskey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileCapabilities.#SupportsJPhoneMultiMediaAttributes", MessageId = "MultiMedia", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1059:MembersShouldNotExposeCertainConcreteTypes", Scope = "member", Target = "System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.#System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", MessageId = "System.Xml.XmlNode", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler.#System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.Mobile.MobileErrorInfo", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1052:StaticHolderTypesShouldBeSealed", Scope = "type", Target = "System.Web.Mobile.MobileFormsAuthentication", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.Mobile.MobileFormsAuthentication.#RedirectFromLoginPage(System.String,System.Boolean,System.String)", MessageId = "str", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.BaseTemplatedMobileComponentEditor.#EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Windows.Forms.IWin32Window)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceSpecificDesigner.#GetTemplateVerbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceSpecificDesigner.#OnSetParent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceSpecificDesigner.#PreFilterProperties(System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceSpecificDesigner.#TreatAsDuplicate(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.FormDesigner.#get_ID()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.FormDesigner.#set_ID(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.FormDesigner.#PreFilterProperties(System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ImageDesigner.#get_BaseUrl()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ImageDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.Design.MobileControls.IMobileWebFormServices.#GetCache(System.String,System.Object)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.Design.MobileControls.IMobileWebFormServices.#SetCache(System.String,System.Object,System.Object)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#get_DataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#set_DataSource(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#GetDesignTimeDataSource(System.Collections.IEnumerable,System.Int32,System.Boolean&)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#GetResolvedSelectedDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#GetSelectedDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#GetTemplateVerbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#InvokePropertyBuilder(System.Int32)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListDesigner.#get_Verbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListGeneralPage.#SaveComponent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListGeneralPage+DataSourceItem.#get_Fields()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListGeneralPage+ListSourceDataSourceItem.#get_DataMembers()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ListGeneralPage+ListSourceDataSourceItem.#get_RuntimeDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#get_DesignTimeElement()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#get_IMobileWebFormServices()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#Initialize(System.ComponentModel.IComponent)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#get_IWebFormsDocumentService()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#get_LoadComplete()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#OnBehaviorAttached()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#OnSetParent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#PrefixDeviceSpecificTags()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#ReloadBehaviorState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#RemoveBehaviorStyle(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#SetBehaviorStyle(System.String,System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#get_DesignTimeElement()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#GetDesignTimeErrorHtml(System.String,System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#GetDesignTimeNormalHtml()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#GetEmptyDesignTimeHtml()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#GetErrorDesignTimeHtml(System.Exception)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#GetPersistInnerHtml()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#get_Host()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#get_IMobileWebFormServices()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#Initialize(System.ComponentModel.IComponent)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#get_IWebFormsDocumentService()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#get_LoadComplete()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#OnSetParent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#PreFilterProperties(System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#SetStyleAttributes()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#UpdateRendering()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlPersister.#GetDeclarativeType(System.Type,System.ComponentModel.Design.IDesignerHost)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_AllowResize()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#CreateTemplateEditingFrame(System.Web.UI.Design.TemplateEditingVerb)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_DesignTimeElement()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#DisposeTemplateVerbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#GetCachedTemplateEditingVerbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#GetDesignTimeErrorHtml(System.String,System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#GetDesignTimeNormalHtml()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#GetErrorDesignTimeHtml(System.Exception)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#GetPersistInnerHtml()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#GetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.Boolean&)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_Host()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_IMobileWebFormServices()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#Initialize(System.ComponentModel.IComponent)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_IWebFormsDocumentService()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_LoadComplete()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#OnComponentChanged(System.Object,System.ComponentModel.Design.ComponentChangedEventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#OnSetParent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#OnTemplateModeChanged()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#PreFilterProperties(System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#SetStyleAttributes()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#SetTemplateContent(System.Web.UI.Design.ITemplateEditingFrame,System.String,System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#ShowTemplatingOptionsDialog()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#UpdateRendering()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_Verbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#get_DataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#set_DataSource(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#GetDesignTimeDataSource(System.Collections.IEnumerable,System.Int32,System.Boolean&)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#GetResolvedSelectedDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#GetSelectedDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#GetTemplateVerbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#InvokePropertyBuilder(System.Int32)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListDesigner.#get_Verbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListFieldsPage.#LoadDataSourceFields()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListGeneralPage.#SaveComponent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListGeneralPage+DataSourceItem.#get_Fields()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListGeneralPage+ListSourceDataSourceItem.#get_DataMembers()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ObjectListGeneralPage+ListSourceDataSourceItem.#get_RuntimeDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.SelectionListDesigner.#get_DataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.SelectionListDesigner.#set_DataSource(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.SelectionListDesigner.#GetDesignTimeDataSource(System.Collections.IEnumerable,System.Int32,System.Boolean&)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.SelectionListDesigner.#GetResolvedSelectedDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.SelectionListDesigner.#GetSelectedDataSource()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.SelectionListDesigner.#InvokePropertyBuilder(System.Int32)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.SelectionListDesigner.#get_Verbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetComponentEditor.#EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#CreateTemplateEditingFrame(System.Web.UI.Design.TemplateEditingVerb)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#GetTemplateVerbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#Initialize(System.ComponentModel.IComponent)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#get_IWebFormsDocumentService()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#get_MobilePage()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#OnLoadComplete(System.Object,System.EventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#OnShowStylesEditor(System.Object,System.EventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#OnTemplateModeChanged()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#PreFilterProperties(System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#get_RootControl()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#SetStyleAttributes()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#set_TemplateStyle(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#TreatAsDuplicate(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#get_Verbs()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerAdapterUtil.#GetDesignTimeErrorHtml(System.String,System.Boolean,System.Web.UI.Control,System.Web.UI.Design.IHtmlControlDesignerBehavior,System.Web.UI.Design.MobileControls.ContainmentStatus)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerAdapterUtil.#InTemplateFrame(System.Web.UI.Control)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Adapters.DesignerAdapterUtil.#SetStandardStyleAttributes(System.Web.UI.Design.IHtmlControlDesignerBehavior,System.Web.UI.Design.MobileControls.ContainmentStatus)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.#CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.#ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.#GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.#GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.#GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataFieldConverter.#GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.#CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.#ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.#GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.#GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.#GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.DataMemberConverter.#GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2116:AptcaMethodsShouldOnlyCallAptcaMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.Converters.NavigateUrlConverter.#GetUrl(System.ComponentModel.IComponent,System.String,System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.AdRotator.#NavigateUrlKey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Scope = "type", Target = "System.Web.UI.MobileControls.ArrayListCollectionBase", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ArrayListCollectionBase.#CopyTo(System.Array,System.Int32)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ArrayListCollectionBase.#get_Count()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ArrayListCollectionBase.#GetEnumerator()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ArrayListCollectionBase.#get_IsSynchronized()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "System.Web.UI.MobileControls.ArrayListCollectionBase.#Items", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ArrayListCollectionBase.#get_SyncRoot()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#get_ErrorMessage()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#set_ErrorMessage(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#get_IsValid()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#set_IsValid(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.BaseValidator.#Validate()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Calendar.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#ImageUrl", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#SoftkeyLabel", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Command.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.UI.MobileControls.Constants", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Constants.#EventArgumentID", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Constants.#EventSourceID", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Constants.#FormIDPrefix", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.UI.MobileControls.ControlPager", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1009:DeclareEventHandlersCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.CustomValidator.#ServerValidate", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes", Scope = "type", Target = "System.Web.UI.MobileControls.DesignerAdapterAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes", Scope = "type", Target = "System.Web.UI.MobileControls.DeviceOverridableAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1018:MarkAttributesWithAttributeUsage", Scope = "type", Target = "System.Web.UI.MobileControls.DeviceOverridableAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceSpecificChoice.#System.Web.UI.IAttributeAccessor.GetAttribute(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceSpecificChoice.#System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.DeviceSpecificChoice.#System.Web.UI.IParserAccessor.AddParsedSubObject(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Form.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Image.#ImageUrl", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Image.#NavigateUrl", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Image.#SoftkeyLabel", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Image.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.IObjectListFieldCollection.#IndexOf(System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "System.Web.UI.MobileControls.IPageAdapter.#CookielessDataDictionary", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.IPageAdapter.#DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)", MessageId = "1#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.IPageAdapter.#DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)", MessageId = "2#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1040:AvoidEmptyInterfaces", Scope = "type", Target = "System.Web.UI.MobileControls.ITemplateable", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "type", Target = "System.Web.UI.MobileControls.ITemplateable", MessageId = "Templateable", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Link.#NavigateUrl", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Link.#SoftkeyLabel", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Link.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2119:SealMethodsThatSatisfyPrivateInterfaces", Scope = "member", Target = "System.Web.UI.MobileControls.List.#OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.List.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#ResolveFormReference(System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#ResolveUrl(System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#ResolveUrl(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#System.Web.UI.IAttributeAccessor.GetAttribute(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControl.#System.Web.UI.IAttributeAccessor.SetAttribute(System.String,System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1059:MembersShouldNotExposeCertainConcreteTypes", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControlsSectionHandler.#System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", MessageId = "System.Xml.XmlNode", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileControlsSectionHandler.#System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItem.#System.Web.UI.IStateManager.get_IsTrackingViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItem.#System.Web.UI.IStateManager.LoadViewState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItem.#System.Web.UI.IStateManager.SaveViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItem.#System.Web.UI.IStateManager.TrackViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItemCollection.#System.Web.UI.IStateManager.get_IsTrackingViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItemCollection.#System.Web.UI.IStateManager.LoadViewState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItemCollection.#System.Web.UI.IStateManager.SaveViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItemCollection.#System.Web.UI.IStateManager.TrackViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.UI.MobileControls.MobilePage", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#GetPrivateViewState(System.Web.UI.MobileControls.MobileControl)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#GetPrivateViewState(System.Web.UI.MobileControls.MobileControl)", MessageId = "ctl", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#RedirectToMobilePage(System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#RedirectToMobilePage(System.String,System.Boolean)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.MobilePage.#ViewStateID", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes", Scope = "type", Target = "System.Web.UI.MobileControls.MobileSysDescriptionAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectList.#TableFieldIndices", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListCommandCollection.#System.Web.UI.IStateManager.get_IsTrackingViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListCommandCollection.#System.Web.UI.IStateManager.LoadViewState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListCommandCollection.#System.Web.UI.IStateManager.SaveViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListCommandCollection.#System.Web.UI.IStateManager.TrackViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListField.#System.Web.UI.IStateManager.get_IsTrackingViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListField.#System.Web.UI.IStateManager.LoadViewState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListField.#System.Web.UI.IStateManager.SaveViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListField.#System.Web.UI.IStateManager.TrackViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#GetAll()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#IndexOf(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#IndexOf(System.Web.UI.MobileControls.ObjectListField)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#get_Item(System.Int32)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#System.Web.UI.IStateManager.get_IsTrackingViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#System.Web.UI.IStateManager.LoadViewState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#System.Web.UI.IStateManager.SaveViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListFieldCollection.#System.Web.UI.IStateManager.TrackViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListItemCollection.#System.Web.UI.IStateManager.get_IsTrackingViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListItemCollection.#System.Web.UI.IStateManager.LoadViewState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListItemCollection.#System.Web.UI.IStateManager.SaveViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListItemCollection.#System.Web.UI.IStateManager.TrackViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes", Scope = "type", Target = "System.Web.UI.MobileControls.ObjectListTitleAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.UI.MobileControls.PagerStyle", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Scope = "member", Target = "System.Web.UI.MobileControls.PagerStyle.#NextPageText", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Scope = "member", Target = "System.Web.UI.MobileControls.PagerStyle.#PreviousPageText", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes", Scope = "type", Target = "System.Web.UI.MobileControls.PersistNameAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.UI.MobileControls.PersistNameAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.PersistNameAttribute.#Equals(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.PersistNameAttribute.#GetHashCode()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.PersistNameAttribute.#IsDefaultAttribute()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.PhoneCall.#AlternateUrl", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.PhoneCall.#SoftkeyLabel", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.PhoneCall.#System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2119:SealMethodsThatSatisfyPrivateInterfaces", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#OnItemDataBind(System.Web.UI.MobileControls.ListDataBindEventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.UI.MobileControls.Style", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#Clone()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1023:IndexersShouldNotBeMultidimensional", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#Item[System.Object,System.Boolean]", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#System.Web.UI.IParserAccessor.AddParsedSubObject(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#System.Web.UI.IStateManager.get_IsTrackingViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#System.Web.UI.IStateManager.LoadViewState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#System.Web.UI.IStateManager.SaveViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#System.Web.UI.IStateManager.TrackViewState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.TextBox.#System.Web.UI.IPostBackDataHandler.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.TextBox.#System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.TextViewElement.#Url", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#get_Control()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#set_Control(System.Web.UI.MobileControls.MobileControl)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#CreateTemplatedUI(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#GetDefaultLabel(System.Int32)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#HandlePostBackEvent(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#get_ItemWeight()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#LoadAdapterState(System.Object)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection,System.Object,System.Boolean&)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnInit(System.EventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnLoad(System.EventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnPreRender(System.EventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OnUnload(System.EventArgs)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#get_Page()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#Render(System.Web.UI.HtmlTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#SaveAdapterState()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#get_VisibleWeight()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.#AddAccesskeyAttribute(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", MessageId = "Accesskey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.#AddJPhoneMultiMediaAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", MessageId = "MultiMedia", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.#Render(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.#RenderEndLink(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.#RenderBodyTag(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlFormAdapter.#RenderExtraHeadElements(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlImageAdapter.#RenderImage(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.#UnMarkStyleContext()", MessageId = "UnMark", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter.#UnMarkStyleContext()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#get_CacheVaryByHeaders()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#CookielessDataDictionary", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#get_CookielessDataDictionary()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#set_CookielessDataDictionary(System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#CreateTextWriter(System.IO.TextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#GetFormUrl(System.Web.UI.MobileControls.Form)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#GetFormUrl(System.Web.UI.MobileControls.Form)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#HandleError(System.Exception,System.Web.UI.HtmlTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#HandlePagePostBackEvent(System.String,System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#get_OptimumPageWeight()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#get_Page()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#set_Page(System.Web.UI.MobileControls.MobilePage)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#get_PersistCookielessData()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#set_PersistCookielessData(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#RenderForm(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.Web.UI.MobileControls.Form)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlPageAdapter.#RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter,System.String,System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MobileTextWriter.#SupportsMultiPart", MessageId = "MultiPart", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MobileTextWriter.#WriteEncodedUrl(System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MobileTextWriter.#WriteEncodedUrlParameter(System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "type", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter", MessageId = "MultiPart", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#AddResource(System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#AddResource(System.String,System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#BeginFile(System.String,System.String,System.String)", MessageId = "charset", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#BeginFile(System.String,System.String,System.String)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#NewUrl(System.String)", MessageId = "filetype", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#NewUrl(System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#SupportsMultiPart", MessageId = "MultiPart", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields", Scope = "type", Target = "System.Web.UI.MobileControls.Adapters.SR", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1053:StaticHolderTypesShouldNotHaveConstructors", Scope = "type", Target = "System.Web.UI.MobileControls.Adapters.SR", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#MobileTextWriterNotMultiPart", MessageId = "MultiPart", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#ObjectListAdapter_InvalidPostedData", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#Render(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderBeginLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean)", MessageId = "softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderBeginLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderBeginLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderBeginLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean)", MessageId = "1#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderEndLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.Boolean)", MessageId = "1#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)", MessageId = "softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderLink(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.Boolean,System.String,System.Boolean)", MessageId = "1#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.String,System.Boolean)", MessageId = "softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.String,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Web.UI.MobileControls.Adapters.WmlPostFieldType)", MessageId = "softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderPostBackEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Web.UI.MobileControls.Adapters.WmlPostFieldType)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlControlAdapter.#RenderSubmitEvent(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.String,System.String,System.Boolean)", MessageId = "softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlFormAdapter.#RenderCardTag(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlFormAdapter.#RenderExtraCardElements(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#AddFormVariable(System.String,System.String,System.Boolean)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#AddFormVariable(System.String,System.String,System.Boolean)", MessageId = "2#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1055:UriReturnValuesShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#CalculateFormPostBackUrl(System.Boolean,System.Boolean&)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#IsValidSoftkeyLabel(System.String)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#MapClientIDToShortName(System.String,System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#MapClientIDToShortName(System.String,System.Boolean)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#MapClientIDToShortName(System.String,System.Boolean)", MessageId = "1#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#NumberOfSoftkeys", MessageId = "Softkeys", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginHyperlink(System.String,System.Boolean,System.String,System.Boolean,System.Boolean)", MessageId = "softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginHyperlink(System.String,System.Boolean,System.String,System.Boolean,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginHyperlink(System.String,System.Boolean,System.String,System.Boolean,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginHyperlink(System.String,System.Boolean,System.String,System.Boolean,System.Boolean)", MessageId = "0#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginPostBack(System.String,System.Boolean,System.Boolean)", MessageId = "softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginPostBack(System.String,System.Boolean,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginPostBack(System.String,System.Boolean,System.Boolean)", MessageId = "Softkey", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginSelect(System.String,System.String,System.String,System.String,System.Boolean)", MessageId = "iname", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginSelect(System.String,System.String,System.String,System.String,System.Boolean)", MessageId = "ivalue", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUpperCased", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderTextBox(System.String,System.String,System.String,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean,System.Boolean)", MessageId = "7#", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible", Scope = "type", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter+WmlFormat", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible", Scope = "type", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter+WmlLayout", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#get_CacheVaryByHeaders()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#CookielessDataDictionary", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#get_CookielessDataDictionary()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#set_CookielessDataDictionary(System.Collections.IDictionary)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#CreateTextWriter(System.IO.TextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#DeterminePostBackMode(System.Web.HttpRequest,System.String,System.String,System.Collections.Specialized.NameValueCollection)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#HandleError(System.Exception,System.Web.UI.HtmlTextWriter)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#HandlePagePostBackEvent(System.String,System.String)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#get_OptimumPageWeight()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#get_Page()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#set_Page(System.Web.UI.MobileControls.MobilePage)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#get_PersistCookielessData()", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#set_PersistCookielessData(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlPageAdapter.#RenderForm(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter,System.Web.UI.MobileControls.Form)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
#endregion
 
#region $/DevDiv/Dev11/pu/MQAspNet/ddsuites/src/FxCop/Excludes/1.32Baselines/System.Web.Mobile.dll.xml
[module: SuppressMessage("Microsoft.Usage", "CA2215:DisposeMethodsShouldCallBaseClassDispose", Scope = "member", Target = "System.Web.UI.Design.MobileControls.DeviceSpecificDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", Scope = "member", Target = "System.Web.UI.Design.MobileControls.FormDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2215:DisposeMethodsShouldCallBaseClassDispose", Scope = "member", Target = "System.Web.UI.Design.MobileControls.ImageDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Reliability", "CA2001:AvoidCallingProblematicMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#get_DesignTimeElementInternal()", MessageId = "System.Type.InvokeMember", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2215:DisposeMethodsShouldCallBaseClassDispose", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileContainerDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Reliability", "CA2001:AvoidCallingProblematicMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileControlDesigner.#get_DesignTimeElementInternal()", MessageId = "System.Type.InvokeMember", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Reliability", "CA2001:AvoidCallingProblematicMethods", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#get_DesignTimeElementInternal()", MessageId = "System.Type.InvokeMember", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2215:DisposeMethodsShouldCallBaseClassDispose", Scope = "member", Target = "System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2213:DisposableFieldsShouldBeDisposed", Scope = "member", Target = "System.Web.UI.Design.MobileControls.PanelDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Usage", "CA2215:DisposeMethodsShouldCallBaseClassDispose", Scope = "member", Target = "System.Web.UI.Design.MobileControls.StyleSheetDesigner.#Dispose(System.Boolean)", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Scope = "type", Target = "System.Web.UI.MobileControls.DesignerAdapterAttribute", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.IPageAdapter.#HandleError(System.Exception,System.Web.UI.HtmlTextWriter)", MessageId = "e", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.ListSelectType.#MultiSelectListBox", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItem.#FromString(System.String)", MessageId = "s", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.MobileListItem.#op_Implicit(System.String)", MessageId = "s", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListCommandCollection.#IndexOf(System.String)", MessageId = "s", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.ObjectListCommandCollection.#Remove(System.String)", MessageId = "s", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.SelectionList.#IsMultiSelect", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Style.#AddParsedSubObject(System.Object)", MessageId = "o", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.ControlAdapter.#OKLabel", MessageId = "Member", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlControlAdapter.#AddJPhoneMultiMediaAttributes(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter.#WhiteSpace(System.String)", MessageId = "s", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "type", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.MultiPartWriter.#SupportsMultiPart", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#FormAdapterMultiControlsAttemptSecondaryUI", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#MobileTextWriterNotMultiPart", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.SR.#WmlMobileTextWriterOKLabel", MessageId = "Member", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.#RenderBeginSelect(System.String,System.String,System.String,System.String,System.Boolean)", MessageId = "multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "member", Target = "System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.#ConditionalClearCachedEndTag(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter,System.String)", MessageId = "s", Justification = @"NO_JUSTIFICATION_PROVIDED")]
[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.Web.Mobile.resources", MessageId = "Multi", Justification = @"NO_JUSTIFICATION_PROVIDED")]
#endregion