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
- ClusterRegistryConfigurationProvider.cs
- RSAOAEPKeyExchangeFormatter.cs
- AnnotationAdorner.cs
- NativeMethods.cs
- FontClient.cs
- SQLChars.cs
- UniqueSet.cs
- HMACSHA512.cs
- RangeValidator.cs
- ControlBuilderAttribute.cs
- WebBaseEventKeyComparer.cs
- BrowsableAttribute.cs
- CLRBindingWorker.cs
- Helper.cs
- Cursors.cs
- MetabaseReader.cs
- ForwardPositionQuery.cs
- DataTableClearEvent.cs
- PrivacyNoticeBindingElement.cs
- SecurityElement.cs
- DefaultEventAttribute.cs
- ContainerVisual.cs
- Int32RectValueSerializer.cs
- LambdaCompiler.ControlFlow.cs
- BamlRecordHelper.cs
- SoapEnumAttribute.cs
- DrawingImage.cs
- ChannelServices.cs
- HtmlShim.cs
- PathBox.cs
- GridViewRow.cs
- UrlMappingCollection.cs
- KeyNotFoundException.cs
- PageCodeDomTreeGenerator.cs
- shaperfactory.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- DateTimeFormatInfoScanner.cs
- QilStrConcat.cs
- ChannelParameterCollection.cs
- NameNode.cs
- PreservationFileReader.cs
- XmlAttributeAttribute.cs
- Debugger.cs
- TemplateInstanceAttribute.cs
- securestring.cs
- Matrix3D.cs
- PopupRoot.cs
- Sentence.cs
- ApplicationHost.cs
- Context.cs
- SqlRowUpdatingEvent.cs
- LocalizationComments.cs
- FileAuthorizationModule.cs
- TransformerInfo.cs
- VBCodeProvider.cs
- SafeFindHandle.cs
- SourceFilter.cs
- ComponentRenameEvent.cs
- DataGridRowHeaderAutomationPeer.cs
- Compiler.cs
- Comparer.cs
- IndicFontClient.cs
- HttpCookieCollection.cs
- MenuTracker.cs
- DirectionalLight.cs
- Permission.cs
- XpsLiterals.cs
- ManagedWndProcTracker.cs
- DefaultTraceListener.cs
- XmlRawWriter.cs
- InputManager.cs
- DataGridViewRowCollection.cs
- DataProtection.cs
- DateTimePicker.cs
- XmlAutoDetectWriter.cs
- PrintDocument.cs
- ReverseInheritProperty.cs
- AxHostDesigner.cs
- CalloutQueueItem.cs
- UriPrefixTable.cs
- WebReferencesBuildProvider.cs
- X509CertificateRecipientServiceCredential.cs
- ToolboxBitmapAttribute.cs
- TimeZoneNotFoundException.cs
- HttpResponseInternalWrapper.cs
- SqlTransaction.cs
- DataGridViewColumnCollection.cs
- StringDictionaryCodeDomSerializer.cs
- BitmapEditor.cs
- DecimalAnimation.cs
- GroupByQueryOperator.cs
- PointAnimationUsingPath.cs
- ListBindableAttribute.cs
- Helper.cs
- PenThreadPool.cs
- AttachedAnnotation.cs
- ContentPlaceHolder.cs
- XmlAttributeHolder.cs
- VariableReference.cs
- DebuggerAttributes.cs