Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------ // 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 IList namedObjects; [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
- ProfileSection.cs
- RewritingValidator.cs
- FaultPropagationQuery.cs
- NamespaceTable.cs
- TaskbarItemInfo.cs
- IntPtr.cs
- SocketInformation.cs
- PreviewKeyDownEventArgs.cs
- Literal.cs
- SqlTriggerContext.cs
- XamlReaderConstants.cs
- TimelineCollection.cs
- Zone.cs
- NameScope.cs
- CustomValidator.cs
- ValidationUtility.cs
- PolicyException.cs
- WeakReferenceEnumerator.cs
- MemoryFailPoint.cs
- ComNativeDescriptor.cs
- WindowsAuthenticationModule.cs
- CmsInterop.cs
- AmbientValueAttribute.cs
- PipeSecurity.cs
- ProcessRequestArgs.cs
- ResetableIterator.cs
- CollectionType.cs
- FileReservationCollection.cs
- XmlWriterSettings.cs
- COM2ExtendedTypeConverter.cs
- ObjectStateManager.cs
- TerminatorSinks.cs
- ShaderRenderModeValidation.cs
- LOSFormatter.cs
- OutKeywords.cs
- IFlowDocumentViewer.cs
- ConstraintEnumerator.cs
- KeyToListMap.cs
- PasswordBox.cs
- XmlIncludeAttribute.cs
- AssemblyInfo.cs
- DiscoveryExceptionDictionary.cs
- OneOfElement.cs
- AsyncOperation.cs
- LinearKeyFrames.cs
- EncoderNLS.cs
- FindCriteriaApril2005.cs
- StylusDevice.cs
- PageBreakRecord.cs
- SpotLight.cs
- RowSpanVector.cs
- Action.cs
- NamedElement.cs
- ValidatedControlConverter.cs
- FreezableOperations.cs
- GacUtil.cs
- RoutedPropertyChangedEventArgs.cs
- TrustManagerMoreInformation.cs
- HtmlLink.cs
- ContextMarshalException.cs
- FontEmbeddingManager.cs
- UnsafeNativeMethods.cs
- RoleGroupCollection.cs
- Object.cs
- XmlQueryTypeFactory.cs
- TableLayoutStyleCollection.cs
- HtmlUtf8RawTextWriter.cs
- TransformerInfoCollection.cs
- MatrixCamera.cs
- ContextMenu.cs
- OdbcConnectionFactory.cs
- Hash.cs
- HtmlTextArea.cs
- ElementAtQueryOperator.cs
- XComponentModel.cs
- Properties.cs
- MaskedTextBox.cs
- FrameworkElementFactory.cs
- RelationshipDetailsCollection.cs
- InternalTransaction.cs
- ConditionalDesigner.cs
- DataControlLinkButton.cs
- GenerateTemporaryTargetAssembly.cs
- ConfigurationSection.cs
- Soap12FormatExtensions.cs
- LineServicesCallbacks.cs
- TcpTransportSecurityElement.cs
- GPStream.cs
- SafeCryptContextHandle.cs
- DataGridViewBand.cs
- TypeSystemProvider.cs
- EdmRelationshipRoleAttribute.cs
- RemotingConfiguration.cs
- DNS.cs
- ThumbButtonInfo.cs
- HtmlTable.cs
- BaseCollection.cs
- CurrentTimeZone.cs
- WindowsListView.cs
- FormatterServices.cs