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
- ProviderConnectionPointCollection.cs
- XamlPathDataSerializer.cs
- ViewStateException.cs
- TitleStyle.cs
- sqlnorm.cs
- MtomMessageEncodingBindingElement.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- DefaultTextStore.cs
- RequestCachePolicyConverter.cs
- ExitEventArgs.cs
- StringUtil.cs
- ScriptingAuthenticationServiceSection.cs
- CommandHelpers.cs
- DESCryptoServiceProvider.cs
- TagMapCollection.cs
- FixUpCollection.cs
- TdsEnums.cs
- ExternalDataExchangeService.cs
- FontDifferentiator.cs
- SmiConnection.cs
- MaskInputRejectedEventArgs.cs
- HierarchicalDataBoundControl.cs
- UnmanagedMemoryStream.cs
- TextElement.cs
- ServiceMetadataExtension.cs
- ParserContext.cs
- FilterQuery.cs
- WebRequest.cs
- InitializingNewItemEventArgs.cs
- SqlTypeConverter.cs
- TypeExtensionConverter.cs
- ExplicitDiscriminatorMap.cs
- HtmlControl.cs
- SqlWorkflowPersistenceService.cs
- AdjustableArrowCap.cs
- EntityDataSourceEntitySetNameItem.cs
- RelationshipSet.cs
- TextSpanModifier.cs
- Rect.cs
- SpellCheck.cs
- ClrProviderManifest.cs
- Size.cs
- SHA1.cs
- SimpleLine.cs
- ComponentChangedEvent.cs
- InputMethodStateChangeEventArgs.cs
- DependencyPropertyAttribute.cs
- RoleBoolean.cs
- ClearTypeHintValidation.cs
- _ConnectionGroup.cs
- Renderer.cs
- QilSortKey.cs
- ExpressionTextBox.xaml.cs
- SubMenuStyle.cs
- HScrollProperties.cs
- DesignerDataConnection.cs
- XPathScanner.cs
- ApplicationInfo.cs
- XmlAutoDetectWriter.cs
- ServiceHandle.cs
- WorkflowServiceHost.cs
- DataSourceSelectArguments.cs
- CommentEmitter.cs
- TimeoutValidationAttribute.cs
- WebPartEventArgs.cs
- DefaultAuthorizationContext.cs
- IisTraceListener.cs
- ManagementException.cs
- BuiltInPermissionSets.cs
- XPathEmptyIterator.cs
- PrintPreviewGraphics.cs
- CodeComment.cs
- DecoderReplacementFallback.cs
- IndexedString.cs
- Stylesheet.cs
- TextBoxRenderer.cs
- ConcurrentQueue.cs
- MtomMessageEncodingElement.cs
- TableLayoutStyleCollection.cs
- EditingMode.cs
- DecoderBestFitFallback.cs
- BitmapEncoder.cs
- CorrelationQueryBehavior.cs
- EventRouteFactory.cs
- BaseParser.cs
- WhitespaceRuleLookup.cs
- Logging.cs
- BaseProcessor.cs
- DecimalMinMaxAggregationOperator.cs
- DebugHandleTracker.cs
- ProfileGroupSettings.cs
- DataGridViewCellStyleConverter.cs
- ActivityScheduledRecord.cs
- XmlEntity.cs
- SafeRightsManagementQueryHandle.cs
- CodeBlockBuilder.cs
- HandlerBase.cs
- XmlEnumAttribute.cs
- StatusBarAutomationPeer.cs
- SafeTimerHandle.cs