Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / BuilderPropertyEntry.cs / 1305376 / BuilderPropertyEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { ////// Abstract base class for all property entries that require a ControlBuilder /// public abstract class BuilderPropertyEntry : PropertyEntry { private ControlBuilder _builder; internal BuilderPropertyEntry() { } ////// public ControlBuilder Builder { get { return _builder; } set { _builder = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { ////// Abstract base class for all property entries that require a ControlBuilder /// public abstract class BuilderPropertyEntry : PropertyEntry { private ControlBuilder _builder; internal BuilderPropertyEntry() { } ////// public ControlBuilder Builder { get { return _builder; } set { _builder = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConditionalAttribute.cs
- SingleTagSectionHandler.cs
- DataSetMappper.cs
- TcpChannelHelper.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- PingOptions.cs
- XmlCharCheckingReader.cs
- SimpleModelProvider.cs
- ScaleTransform.cs
- PhysicalAddress.cs
- EncoderNLS.cs
- Privilege.cs
- AppSettings.cs
- PopOutPanel.cs
- XpsPackagingException.cs
- TemplateControl.cs
- DisplayMemberTemplateSelector.cs
- WindowInteractionStateTracker.cs
- DataGridGeneralPage.cs
- XPathException.cs
- StateItem.cs
- AssemblyEvidenceFactory.cs
- UserPersonalizationStateInfo.cs
- CriticalFinalizerObject.cs
- BaseTreeIterator.cs
- PropertyRef.cs
- KeyedQueue.cs
- DropTarget.cs
- EntityDataSourceMemberPath.cs
- ProtectedConfiguration.cs
- SafeWaitHandle.cs
- ToolStripMenuItem.cs
- Visual3DCollection.cs
- ColorBlend.cs
- Trace.cs
- AssemblyBuilderData.cs
- Version.cs
- OdbcErrorCollection.cs
- Registry.cs
- NullableIntSumAggregationOperator.cs
- autovalidator.cs
- RtfFormatStack.cs
- COAUTHINFO.cs
- WindowsListViewItemCheckBox.cs
- NullReferenceException.cs
- SqlDependencyUtils.cs
- LinqDataSourceInsertEventArgs.cs
- TraceSwitch.cs
- SelectedDatesCollection.cs
- ColorConverter.cs
- TextElementCollection.cs
- LocatorPartList.cs
- Vector3DCollectionValueSerializer.cs
- mda.cs
- Group.cs
- HTMLTagNameToTypeMapper.cs
- _Semaphore.cs
- mactripleDES.cs
- SchemaNamespaceManager.cs
- Parallel.cs
- ColorContextHelper.cs
- SecurityHelper.cs
- CanExpandCollapseAllConverter.cs
- DispatcherEventArgs.cs
- Suspend.cs
- ClientSettingsStore.cs
- DeploymentExceptionMapper.cs
- ModelFunction.cs
- XmlSchemaComplexContentRestriction.cs
- XmlSchemaCollection.cs
- SpellerHighlightLayer.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- PackUriHelper.cs
- SqlTypesSchemaImporter.cs
- VirtualizingPanel.cs
- StringUtil.cs
- DictionaryCustomTypeDescriptor.cs
- LineSegment.cs
- WindowsContainer.cs
- SQLResource.cs
- ParagraphVisual.cs
- newinstructionaction.cs
- VisualTransition.cs
- SqlProviderManifest.cs
- ProvidePropertyAttribute.cs
- COM2ColorConverter.cs
- ObjectQueryState.cs
- MetadataFile.cs
- __FastResourceComparer.cs
- AsymmetricKeyExchangeFormatter.cs
- FixedPosition.cs
- DataFormats.cs
- PictureBox.cs
- Parser.cs
- LayoutUtils.cs
- JsonSerializer.cs
- HyperLink.cs
- DataGridPagerStyle.cs
- SemaphoreFullException.cs