Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / XamlBuildTask / Microsoft / Build / Tasks / Xaml / ClassData.cs / 1305376 / ClassData.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace Microsoft.Build.Tasks.Xaml { using System; using System.Collections.Generic; using System.Xml.Linq; using System.Xaml.Schema; using System.Xaml; using System.Windows.Markup; using System.Runtime; using System.Reflection; class ClassData { [Fx.Tag.Queue(typeof(NamedObject), Scope = Fx.Tag.Strings.DeclaringInstance)] private IListnamedObjects; [Fx.Tag.Queue(typeof(string), Scope = Fx.Tag.Strings.DeclaringInstance)] private IList codeSnippets; [Fx.Tag.Queue(typeof(XamlType), Scope = Fx.Tag.Strings.DeclaringInstance)] private IList typeArguments; public IList CodeSnippets { get { if (codeSnippets == null) { codeSnippets = new List (); } return codeSnippets; } } public string MarkupFileName { get; set; } public IDictionary Members { get; set; } public IList Attributes { get; set; } public string Name { get; set; } public IList NamedObjects { get { if (namedObjects == null) { namedObjects = new List (); } return namedObjects; } } public String Namespace { get; set; } public String RootNamespace { get; set; } public XamlType RootTypeName { get; set; } public IList TypeArguments { get { if (this.typeArguments == null) { this.typeArguments = new List (); } return this.typeArguments; } set { this.typeArguments = value; } } public XamlNodeList StrippedXaml { get; set; } public string Visibility { get; set; } public bool SourceFileExists { get; set; } public string FileName { get; set; } public bool RequiresCompilationPass2 { get; set; } public string HelperClassFullName { get; set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLBinaryStorage.cs
- BindingGraph.cs
- EncryptedData.cs
- ProcessHostMapPath.cs
- FailedToStartupUIException.cs
- SpecialFolderEnumConverter.cs
- KnownTypesProvider.cs
- Image.cs
- WebPartManagerInternals.cs
- ManagedFilter.cs
- CryptoStream.cs
- ResourceContainer.cs
- Buffer.cs
- TogglePatternIdentifiers.cs
- ProcessHostServerConfig.cs
- LabelAutomationPeer.cs
- CheckBox.cs
- DescendantQuery.cs
- DeviceContext2.cs
- COM2Properties.cs
- NameHandler.cs
- Source.cs
- CompoundFileStorageReference.cs
- XPathNavigator.cs
- DialogBaseForm.cs
- AttributeQuery.cs
- SystemWebCachingSectionGroup.cs
- InvalidComObjectException.cs
- cookiecollection.cs
- DataServiceConfiguration.cs
- ProviderConnectionPointCollection.cs
- FormsAuthenticationModule.cs
- ListBoxItemWrapperAutomationPeer.cs
- TraceSection.cs
- PolicyException.cs
- UIPropertyMetadata.cs
- ValidationError.cs
- ContextQuery.cs
- XMLUtil.cs
- WebPartManager.cs
- HttpCookiesSection.cs
- AutomationElement.cs
- ClientType.cs
- followingsibling.cs
- MetaModel.cs
- ReferentialConstraint.cs
- ActiveXContainer.cs
- Tuple.cs
- WindowInteropHelper.cs
- CompileXomlTask.cs
- ControlValuePropertyAttribute.cs
- StringUtil.cs
- FormatterServicesNoSerializableCheck.cs
- HyperLinkField.cs
- FontNamesConverter.cs
- WebPartPersonalization.cs
- SessionParameter.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- TargetControlTypeAttribute.cs
- SiteMapDataSourceView.cs
- ZipIOCentralDirectoryBlock.cs
- SafeCryptContextHandle.cs
- WindowsAuthenticationModule.cs
- NamespaceCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- DesignerActionPanel.cs
- ImageField.cs
- CapacityStreamGeometryContext.cs
- HistoryEventArgs.cs
- dtdvalidator.cs
- DeferredRunTextReference.cs
- EndpointDiscoveryMetadata.cs
- ConnectionsZone.cs
- iisPickupDirectory.cs
- PathGradientBrush.cs
- XmlSchemaSimpleType.cs
- SqlInternalConnectionTds.cs
- MapPathBasedVirtualPathProvider.cs
- MouseDevice.cs
- HostedNamedPipeTransportManager.cs
- DataObjectEventArgs.cs
- SrgsElementFactory.cs
- ProfilePropertyNameValidator.cs
- OptimalTextSource.cs
- CodePrimitiveExpression.cs
- TextCompositionManager.cs
- PropertiesTab.cs
- SHA1.cs
- HttpProfileGroupBase.cs
- PkcsMisc.cs
- EncryptedType.cs
- Ipv6Element.cs
- cookieexception.cs
- ImageConverter.cs
- SmtpAuthenticationManager.cs
- DataGridViewRowCollection.cs
- NumericUpDown.cs
- SmiMetaData.cs
- DataMisalignedException.cs
- ActivityExecutionContext.cs