Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ErrorWrapper.cs
- Misc.cs
- BindingElement.cs
- ToolBar.cs
- BuildManagerHost.cs
- IIS7WorkerRequest.cs
- EditorZoneBase.cs
- StorageComplexTypeMapping.cs
- Component.cs
- SpellerHighlightLayer.cs
- MaskDescriptors.cs
- UserControlBuildProvider.cs
- SecurityTokenValidationException.cs
- HttpResponseWrapper.cs
- QueryContinueDragEvent.cs
- DetailsViewRow.cs
- RegexNode.cs
- CategoryEditor.cs
- NGCUIElementCollectionSerializerAsync.cs
- LogExtentCollection.cs
- ExtendedProperty.cs
- ConditionValidator.cs
- WhitespaceRuleLookup.cs
- XmlAttributeAttribute.cs
- HostingEnvironmentSection.cs
- DiscoveryEndpointValidator.cs
- Vector3dCollection.cs
- CommandID.cs
- CreateUserWizardStep.cs
- InstanceValue.cs
- Floater.cs
- HttpResponse.cs
- ItemsControl.cs
- controlskin.cs
- VisualStyleRenderer.cs
- SQLStringStorage.cs
- XmlEncodedRawTextWriter.cs
- ChannelSinkStacks.cs
- MutexSecurity.cs
- WebPartHelpVerb.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- XmlRootAttribute.cs
- WebSysDisplayNameAttribute.cs
- ClientCultureInfo.cs
- URLMembershipCondition.cs
- ToolStripSplitButton.cs
- FolderLevelBuildProviderCollection.cs
- DataSourceXmlSubItemAttribute.cs
- DoubleAnimationUsingKeyFrames.cs
- KeySplineConverter.cs
- SemanticKeyElement.cs
- BinaryCommonClasses.cs
- SqlMethodAttribute.cs
- URLMembershipCondition.cs
- DatatypeImplementation.cs
- DataBoundLiteralControl.cs
- ListBox.cs
- SoapFormatter.cs
- GlyphShapingProperties.cs
- TimeZone.cs
- Application.cs
- StrokeRenderer.cs
- DataServiceQuery.cs
- TextRunTypographyProperties.cs
- FixedSOMPageConstructor.cs
- PropertyGridView.cs
- OrderedDictionary.cs
- SchemaMerger.cs
- SubclassTypeValidator.cs
- XNameTypeConverter.cs
- Publisher.cs
- IssuedTokenServiceCredential.cs
- StructuralType.cs
- DataGridItemEventArgs.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- WindowsTokenRoleProvider.cs
- ValidationErrorCollection.cs
- ColumnResizeUndoUnit.cs
- BamlRecordHelper.cs
- ConfigPathUtility.cs
- ResponseBodyWriter.cs
- DesignerOptionService.cs
- BehaviorEditorPart.cs
- ZipIOLocalFileBlock.cs
- SqlExpander.cs
- MergeFilterQuery.cs
- AttributeInfo.cs
- BlockUIContainer.cs
- PeerTransportElement.cs
- ContainerTracking.cs
- Validator.cs
- VolatileResourceManager.cs
- SocketPermission.cs
- UIElementIsland.cs
- BaseDataListActionList.cs
- TripleDESCryptoServiceProvider.cs
- Transaction.cs
- HyperLinkField.cs
- ViewCellSlot.cs
- FieldNameLookup.cs