Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / InternalControlCollection.cs / 1 / InternalControlCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { ////// internal class InternalControlCollection : ControlCollection { internal InternalControlCollection(Control owner) : base(owner) { } private void ThrowNotSupportedException() { throw new HttpException(SR.GetString(SR.Control_does_not_allow_children, Owner.GetType().ToString())); } public override void Add(Control child) { ThrowNotSupportedException(); } public override void AddAt(int index, Control child) { ThrowNotSupportedException(); } #if SHIPPINGADAPTERS internal void AddInternal(Control child) { base.Add(child); } #endif } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Represents a ControlCollection that controls can only be added to internally. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { ////// internal class InternalControlCollection : ControlCollection { internal InternalControlCollection(Control owner) : base(owner) { } private void ThrowNotSupportedException() { throw new HttpException(SR.GetString(SR.Control_does_not_allow_children, Owner.GetType().ToString())); } public override void Add(Control child) { ThrowNotSupportedException(); } public override void AddAt(int index, Control child) { ThrowNotSupportedException(); } #if SHIPPINGADAPTERS internal void AddInternal(Control child) { base.Add(child); } #endif } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Represents a ControlCollection that controls can only be added to internally. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MonthCalendar.cs
- WrappedIUnknown.cs
- HttpStreamMessage.cs
- HideDisabledControlAdapter.cs
- TypeUtils.cs
- UnSafeCharBuffer.cs
- InstanceData.cs
- GrowingArray.cs
- ExtendedPropertyDescriptor.cs
- CalloutQueueItem.cs
- InputLanguageManager.cs
- DetailsViewPagerRow.cs
- SqlStream.cs
- ReceiveSecurityHeaderElementManager.cs
- CompModSwitches.cs
- infer.cs
- ProfileModule.cs
- TableCell.cs
- TypeConverterHelper.cs
- XmlSchemaSimpleContent.cs
- Attributes.cs
- XPathSingletonIterator.cs
- MatrixStack.cs
- Cursors.cs
- HorizontalAlignConverter.cs
- XPathDescendantIterator.cs
- Message.cs
- RSAPKCS1SignatureFormatter.cs
- ApplicationDirectory.cs
- WindowsRebar.cs
- CodeArrayIndexerExpression.cs
- ToolStripDropDownButton.cs
- SchemaObjectWriter.cs
- FolderBrowserDialog.cs
- DeclarativeCatalogPartDesigner.cs
- DynamicILGenerator.cs
- Grant.cs
- ButtonChrome.cs
- GeneratedCodeAttribute.cs
- RoleManagerEventArgs.cs
- SchemaMapping.cs
- PropertyFilterAttribute.cs
- Compress.cs
- PermissionToken.cs
- CodeMemberProperty.cs
- PropertyInfo.cs
- Menu.cs
- AnnotationMap.cs
- XmlLanguageConverter.cs
- TraceFilter.cs
- LongTypeConverter.cs
- ClrProviderManifest.cs
- ClientConvert.cs
- ClientSettingsStore.cs
- EntityDataReader.cs
- Opcode.cs
- SnapLine.cs
- StringFunctions.cs
- Encoder.cs
- Select.cs
- CodeAccessSecurityEngine.cs
- AspNetCacheProfileAttribute.cs
- ConfigErrorGlyph.cs
- DoubleAnimation.cs
- securitycriticaldataClass.cs
- JournalEntry.cs
- MessageDescription.cs
- TraceHandler.cs
- IdentityHolder.cs
- XAMLParseException.cs
- FloaterParagraph.cs
- NameSpaceExtractor.cs
- Brushes.cs
- Identity.cs
- objectresult_tresulttype.cs
- SapiAttributeParser.cs
- DataList.cs
- ComboBoxRenderer.cs
- FrameworkContentElement.cs
- ToolboxItemCollection.cs
- HiddenField.cs
- TypeValidationEventArgs.cs
- TerminateDesigner.cs
- ButtonBaseAdapter.cs
- XmlDictionaryReaderQuotas.cs
- PriorityBinding.cs
- HMACRIPEMD160.cs
- DataGridAddNewRow.cs
- ClassImporter.cs
- ListBoxItem.cs
- ResourcesBuildProvider.cs
- XsdDateTime.cs
- BitStack.cs
- TabPage.cs
- SystemParameters.cs
- StorageAssociationSetMapping.cs
- TextBreakpoint.cs
- RegexFCD.cs
- Pair.cs
- BitmapEffectDrawing.cs