Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Base / System / Windows / Markup / NameScopePropertyAttribute.cs / 1 / NameScopePropertyAttribute.cs
using System; namespace System.Windows.Markup { [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class NameScopePropertyAttribute : Attribute { private string _name; private Type _type; // Methods public NameScopePropertyAttribute (string name) { _name = name; } public NameScopePropertyAttribute (string name, Type type) { _name = name; _type = type; } // Properties public string Name { get{ return _name;} } public Type Type { get{ return _type;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; namespace System.Windows.Markup { [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class NameScopePropertyAttribute : Attribute { private string _name; private Type _type; // Methods public NameScopePropertyAttribute (string name) { _name = name; } public NameScopePropertyAttribute (string name, Type type) { _name = name; _type = type; } // Properties public string Name { get{ return _name;} } public Type Type { get{ return _type;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlMtomWriter.cs
- SystemWebCachingSectionGroup.cs
- RemotingConfigParser.cs
- CacheAxisQuery.cs
- CompletedAsyncResult.cs
- TypeCollectionPropertyEditor.cs
- ObjectConverter.cs
- isolationinterop.cs
- DecodeHelper.cs
- WebServiceEnumData.cs
- IndexedEnumerable.cs
- SqlInternalConnection.cs
- MeasurementDCInfo.cs
- VisemeEventArgs.cs
- XmlSortKeyAccumulator.cs
- GridEntry.cs
- WebPartConnectVerb.cs
- IgnoreDeviceFilterElement.cs
- RequestQueue.cs
- TransformedBitmap.cs
- NestedContainer.cs
- LogicalChannel.cs
- DataGridViewCellValidatingEventArgs.cs
- MeasurementDCInfo.cs
- ByteKeyFrameCollection.cs
- View.cs
- SynchronousChannel.cs
- SchemaTableColumn.cs
- PeerCollaborationPermission.cs
- CroppedBitmap.cs
- FlowDocumentPage.cs
- TypeNameConverter.cs
- BinaryEditor.cs
- RowUpdatedEventArgs.cs
- Int16Converter.cs
- wgx_render.cs
- MergeExecutor.cs
- ExitEventArgs.cs
- InstalledFontCollection.cs
- EmptyStringExpandableObjectConverter.cs
- ResourceReferenceExpressionConverter.cs
- DataGridSortingEventArgs.cs
- NameSpaceEvent.cs
- DetailsViewCommandEventArgs.cs
- XmlBinaryReaderSession.cs
- PeerCredential.cs
- HelloOperationCD1AsyncResult.cs
- WebServiceMethodData.cs
- PageRanges.cs
- RecipientInfo.cs
- ToolStripArrowRenderEventArgs.cs
- EntityObject.cs
- EventLogger.cs
- EncodingStreamWrapper.cs
- DictionaryTraceRecord.cs
- LayoutEditorPart.cs
- AsyncPostBackTrigger.cs
- HtmlValidationSummaryAdapter.cs
- FilterQuery.cs
- TextRangeEdit.cs
- DataColumnMapping.cs
- Transactions.cs
- MessageQueueTransaction.cs
- InternalsVisibleToAttribute.cs
- SerializationInfo.cs
- HotSpot.cs
- DocumentSequence.cs
- NameValueConfigurationCollection.cs
- TypeInformation.cs
- AssertFilter.cs
- TaskDesigner.cs
- Vector.cs
- KeyValuePairs.cs
- BitmapEffectvisualstate.cs
- DirectoryRedirect.cs
- ObjectConverter.cs
- MetaData.cs
- StrokeCollection.cs
- Win32.cs
- FormsAuthenticationUserCollection.cs
- OutputScopeManager.cs
- RemotingServices.cs
- NameGenerator.cs
- MailAddress.cs
- SqlLiftWhereClauses.cs
- TriState.cs
- Group.cs
- XPathCompileException.cs
- DelegateTypeInfo.cs
- UnmanagedMarshal.cs
- JsonReader.cs
- HyperLink.cs
- TypeLibConverter.cs
- MultiDataTrigger.cs
- OptimisticConcurrencyException.cs
- ConsoleKeyInfo.cs
- DefaultValueAttribute.cs
- EventLogInformation.cs
- DesignOnlyAttribute.cs
- CalendarTable.cs