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
- MinimizableAttributeTypeConverter.cs
- TrackingServices.cs
- ValidationResult.cs
- Utility.cs
- StructuredProperty.cs
- ButtonChrome.cs
- BinaryNode.cs
- JapaneseCalendar.cs
- SemaphoreFullException.cs
- EmptyElement.cs
- ProcessHostFactoryHelper.cs
- MimePart.cs
- ChangePassword.cs
- SharedPerformanceCounter.cs
- PriorityItem.cs
- ObjectHandle.cs
- ResourcesChangeInfo.cs
- BindingExpressionBase.cs
- itemelement.cs
- CultureMapper.cs
- MeasureItemEvent.cs
- BooleanSwitch.cs
- ComplexObject.cs
- ServiceErrorHandler.cs
- File.cs
- CommandField.cs
- SaveCardRequest.cs
- WmlPhoneCallAdapter.cs
- PropertyOverridesDialog.cs
- Imaging.cs
- SelectionWordBreaker.cs
- QilList.cs
- HMACSHA384.cs
- WebPartCatalogCloseVerb.cs
- EmbeddedMailObjectCollectionEditor.cs
- StaticExtension.cs
- DynamicResourceExtension.cs
- TextWriterTraceListener.cs
- CompilerError.cs
- XmlSchemaRedefine.cs
- StylusPointProperties.cs
- EntitySetDataBindingList.cs
- FloaterBaseParagraph.cs
- Style.cs
- InitializerFacet.cs
- TextAutomationPeer.cs
- HandleCollector.cs
- DragDeltaEventArgs.cs
- RichTextBox.cs
- StorageEntityTypeMapping.cs
- ControlCachePolicy.cs
- BehaviorService.cs
- DataServiceQueryException.cs
- ToolStripItemTextRenderEventArgs.cs
- AliasGenerator.cs
- SchemaUtility.cs
- _ShellExpression.cs
- MembershipSection.cs
- ArraySubsetEnumerator.cs
- MediaSystem.cs
- LineBreak.cs
- RadioButtonBaseAdapter.cs
- ExceptionUtil.cs
- ObjectManager.cs
- CompositeFontParser.cs
- Recipient.cs
- ConfigXmlWhitespace.cs
- HyperLinkColumn.cs
- BindingContext.cs
- BatchStream.cs
- CancelRequestedRecord.cs
- ISCIIEncoding.cs
- UriScheme.cs
- NavigationWindowAutomationPeer.cs
- ParsedAttributeCollection.cs
- dbdatarecord.cs
- InstancePersistence.cs
- UInt32Converter.cs
- XamlTypeMapper.cs
- WaitHandleCannotBeOpenedException.cs
- TemplateBuilder.cs
- TemplateParser.cs
- KoreanLunisolarCalendar.cs
- ToolStripGrip.cs
- QilGeneratorEnv.cs
- ScriptingSectionGroup.cs
- CodeIterationStatement.cs
- CLSCompliantAttribute.cs
- TableLayoutColumnStyleCollection.cs
- HttpStreamMessageEncoderFactory.cs
- CodeAccessSecurityEngine.cs
- GcHandle.cs
- ListControl.cs
- Merger.cs
- ThreadPoolTaskScheduler.cs
- XmlCharType.cs
- UnmanagedMemoryStream.cs
- DataGridViewIntLinkedList.cs
- XmlWriter.cs
- NamespaceImport.cs