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
- DiagnosticTrace.cs
- StretchValidation.cs
- MenuItem.cs
- MouseDevice.cs
- SystemResources.cs
- SecurityTokenRequirement.cs
- TabControl.cs
- XmlILConstructAnalyzer.cs
- UnicastIPAddressInformationCollection.cs
- CacheAxisQuery.cs
- RemotingSurrogateSelector.cs
- MailWriter.cs
- EncodingTable.cs
- JumpList.cs
- MethodBuilderInstantiation.cs
- Rotation3DAnimation.cs
- Tuple.cs
- CompoundFileIOPermission.cs
- ProcessHostConfigUtils.cs
- QueryContinueDragEventArgs.cs
- WindowsComboBox.cs
- WasAdminWrapper.cs
- DesignTimeHTMLTextWriter.cs
- TextElementEditingBehaviorAttribute.cs
- ParseHttpDate.cs
- CodeGenHelper.cs
- _NegoStream.cs
- PersonalizationProviderHelper.cs
- TableLayoutPanelDesigner.cs
- UnsafeNativeMethods.cs
- PropertyGeneratedEventArgs.cs
- ConditionalDesigner.cs
- SmiConnection.cs
- IsolatedStorageFileStream.cs
- XmlObjectSerializerWriteContextComplex.cs
- AssemblyResourceLoader.cs
- AnimationException.cs
- PrintPreviewDialog.cs
- EqualityComparer.cs
- BigIntegerStorage.cs
- InputLangChangeEvent.cs
- WebPartConnection.cs
- TextTreeFixupNode.cs
- XmlWhitespace.cs
- StackOverflowException.cs
- SiteMapNode.cs
- MetadataArtifactLoaderCompositeFile.cs
- GroupBox.cs
- ColumnMapVisitor.cs
- SiteMapNode.cs
- TextBoxAutoCompleteSourceConverter.cs
- updateconfighost.cs
- StackOverflowException.cs
- _ProxyChain.cs
- NativeObjectSecurity.cs
- DbProviderManifest.cs
- WebServiceClientProxyGenerator.cs
- RefExpr.cs
- SQLString.cs
- SqlDesignerDataSourceView.cs
- OutArgumentConverter.cs
- HtmlTernaryTree.cs
- HeaderCollection.cs
- StreamUpdate.cs
- PersistencePipeline.cs
- HttpWebResponse.cs
- PasswordTextContainer.cs
- WrapPanel.cs
- ConversionValidationRule.cs
- CreateRefExpr.cs
- DataGridCellItemAutomationPeer.cs
- TextLineResult.cs
- FieldCollectionEditor.cs
- NTAccount.cs
- ConfigurationStrings.cs
- DictionaryGlobals.cs
- RotateTransform3D.cs
- QilSortKey.cs
- ToolStripItemEventArgs.cs
- TypeSystemProvider.cs
- XPathNavigatorReader.cs
- ValidationEventArgs.cs
- InteropBitmapSource.cs
- BamlRecordReader.cs
- SnapshotChangeTrackingStrategy.cs
- TablePatternIdentifiers.cs
- Label.cs
- ParserStreamGeometryContext.cs
- CompatibleIComparer.cs
- TickBar.cs
- PopupRoot.cs
- SerialPort.cs
- DesignerForm.cs
- PageAsyncTask.cs
- Stack.cs
- LiteralControl.cs
- BufferModesCollection.cs
- PageCatalogPartDesigner.cs
- StateChangeEvent.cs
- ConfigErrorGlyph.cs