Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- GenericXmlSecurityToken.cs
- BindingSourceDesigner.cs
- Thread.cs
- UnionQueryOperator.cs
- TraceRecord.cs
- TypeSystemProvider.cs
- ToolStripInSituService.cs
- SqlServer2KCompatibilityAnnotation.cs
- FileNotFoundException.cs
- IDQuery.cs
- DataBoundControlHelper.cs
- _TLSstream.cs
- RelationshipEnd.cs
- DataGridViewAccessibleObject.cs
- MetadataSource.cs
- WebBodyFormatMessageProperty.cs
- DataGridViewCellParsingEventArgs.cs
- HttpException.cs
- DataGridViewComboBoxColumn.cs
- ReturnValue.cs
- AdapterUtil.cs
- ResponseBodyWriter.cs
- Win32Exception.cs
- DataGridAddNewRow.cs
- DataContext.cs
- WebExceptionStatus.cs
- HtmlInputText.cs
- BookmarkScope.cs
- coordinatorscratchpad.cs
- Blend.cs
- DataPointer.cs
- EventSinkHelperWriter.cs
- FixedElement.cs
- ModifyActivitiesPropertyDescriptor.cs
- DbParameterCollection.cs
- XmlSubtreeReader.cs
- OpenTypeLayout.cs
- WorkflowRuntimeService.cs
- _UriTypeConverter.cs
- GeneratedContractType.cs
- HttpCookieCollection.cs
- ConfigurationManagerHelper.cs
- TypeEnumerableViewSchema.cs
- WinEventQueueItem.cs
- ProxyWebPartManager.cs
- input.cs
- WebFormsRootDesigner.cs
- OutputCacheProfile.cs
- TextEditorThreadLocalStore.cs
- ListViewDataItem.cs
- SpeechUI.cs
- UDPClient.cs
- _CommandStream.cs
- ImageDrawing.cs
- ProfileInfo.cs
- DataGridItemCollection.cs
- PipeException.cs
- FixedTextPointer.cs
- FontUnitConverter.cs
- XmlSchemaImport.cs
- ServiceCredentials.cs
- InvokeMethodDesigner.xaml.cs
- WindowsTokenRoleProvider.cs
- OutputCacheSection.cs
- recordstatescratchpad.cs
- CompressedStack.cs
- DetailsViewRowCollection.cs
- KeyValueConfigurationCollection.cs
- MetadataSource.cs
- LocalizabilityAttribute.cs
- EllipseGeometry.cs
- TextChange.cs
- QueryOpcode.cs
- SafeMILHandle.cs
- CompressedStack.cs
- ISAPIApplicationHost.cs
- XmlDocumentSerializer.cs
- XmlSchemaObjectCollection.cs
- CustomAttributeBuilder.cs
- mda.cs
- ValuePatternIdentifiers.cs
- DiffuseMaterial.cs
- AuthenticationModuleElement.cs
- DelegateBodyWriter.cs
- BrowserCapabilitiesFactory.cs
- HttpListenerTimeoutManager.cs
- FixedLineResult.cs
- QilList.cs
- Dictionary.cs
- CancellationTokenSource.cs
- EditorPart.cs
- PermissionSetEnumerator.cs
- StatusBarAutomationPeer.cs
- GuidTagList.cs
- ChildTable.cs
- RegexInterpreter.cs
- ManipulationDevice.cs
- DataGridViewDataErrorEventArgs.cs
- PopupRootAutomationPeer.cs
- ForEachDesigner.xaml.cs