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
- Process.cs
- InputReport.cs
- PngBitmapDecoder.cs
- CatchBlock.cs
- DiscoveryClientBindingElement.cs
- CharKeyFrameCollection.cs
- RoleBoolean.cs
- _Semaphore.cs
- XmlSchemaAnnotated.cs
- TrustSection.cs
- XmlSerializerFactory.cs
- StorageFunctionMapping.cs
- Adorner.cs
- RelatedPropertyManager.cs
- XmlElementList.cs
- ITextView.cs
- ItemAutomationPeer.cs
- TextRangeEdit.cs
- ConsoleKeyInfo.cs
- PropertyEmitterBase.cs
- Rect.cs
- DateTimeOffsetStorage.cs
- ConfigurationManagerHelperFactory.cs
- DataSourceViewSchemaConverter.cs
- LassoSelectionBehavior.cs
- Canvas.cs
- precedingsibling.cs
- CloudCollection.cs
- UICuesEvent.cs
- RowToFieldTransformer.cs
- BinaryObjectWriter.cs
- LinearGradientBrush.cs
- EntityProxyFactory.cs
- StylusPoint.cs
- SqlDataReader.cs
- Effect.cs
- ProgressBarBrushConverter.cs
- AggregateNode.cs
- PersianCalendar.cs
- DesignerHierarchicalDataSourceView.cs
- EntityWrapper.cs
- MessageBox.cs
- PeerTransportSecurityElement.cs
- GatewayDefinition.cs
- RangeValueProviderWrapper.cs
- IUnknownConstantAttribute.cs
- ContextMenuStripGroupCollection.cs
- ClientSettingsStore.cs
- InputBuffer.cs
- ObjectDataSourceDesigner.cs
- Simplifier.cs
- NotEqual.cs
- UnsafeNativeMethods.cs
- ValidationContext.cs
- PropertyMapper.cs
- SocketException.cs
- ViewCellSlot.cs
- ISSmlParser.cs
- Socket.cs
- EncodingDataItem.cs
- ZipIOLocalFileHeader.cs
- Math.cs
- ISFTagAndGuidCache.cs
- IFlowDocumentViewer.cs
- BoolExpressionVisitors.cs
- GridViewAutomationPeer.cs
- Roles.cs
- SourceFilter.cs
- Environment.cs
- OleDbRowUpdatedEvent.cs
- TemplatePropertyEntry.cs
- DataSourceExpressionCollection.cs
- CaseStatementSlot.cs
- KeyToListMap.cs
- ObjectDataSourceDesigner.cs
- CompositeDataBoundControl.cs
- BinaryReader.cs
- ExpressionPrinter.cs
- MimeTypeAttribute.cs
- SchemaImporter.cs
- Int32Converter.cs
- ScrollData.cs
- TdsParserSafeHandles.cs
- DependencyPropertyValueSerializer.cs
- DropShadowEffect.cs
- XmlSerializerNamespaces.cs
- ToolStripComboBox.cs
- FontFamily.cs
- TreeNodeStyle.cs
- ErrorStyle.cs
- UnionQueryOperator.cs
- SrgsNameValueTag.cs
- RuntimeWrappedException.cs
- _UncName.cs
- EmptyEnumerable.cs
- View.cs
- ActivatedMessageQueue.cs
- DataKey.cs
- MatrixCamera.cs
- MouseDevice.cs