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
- QuerySafeNavigator.cs
- IgnoreSection.cs
- DateTimeSerializationSection.cs
- SQLInt16.cs
- SqlRecordBuffer.cs
- TypePropertyEditor.cs
- TheQuery.cs
- WaitHandle.cs
- HandledEventArgs.cs
- Internal.cs
- InputLanguage.cs
- XPathNodeInfoAtom.cs
- TemplateManager.cs
- EntityStoreSchemaFilterEntry.cs
- XmlnsCache.cs
- TemplatedAdorner.cs
- SelectedGridItemChangedEvent.cs
- URLBuilder.cs
- QueryExpr.cs
- AttachedProperty.cs
- ListViewInsertionMark.cs
- DelegatingTypeDescriptionProvider.cs
- CreateUserWizardStep.cs
- EndpointAddressProcessor.cs
- SingleSelectRootGridEntry.cs
- HttpStreamFormatter.cs
- EventsTab.cs
- XmlSubtreeReader.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- HttpHeaderCollection.cs
- TextTreeInsertUndoUnit.cs
- WpfXamlMember.cs
- HttpHandlersSection.cs
- CaseCqlBlock.cs
- QualifiedCellIdBoolean.cs
- HandledEventArgs.cs
- OleDbWrapper.cs
- ThaiBuddhistCalendar.cs
- TabControlCancelEvent.cs
- WebPartCatalogCloseVerb.cs
- IntegerValidatorAttribute.cs
- FrameworkObject.cs
- TextParaClient.cs
- PointHitTestParameters.cs
- ExpandedWrapper.cs
- PlainXmlSerializer.cs
- Peer.cs
- FixedMaxHeap.cs
- ComponentResourceKeyConverter.cs
- TextServicesCompartment.cs
- InputProcessorProfilesLoader.cs
- HtmlWindow.cs
- TextServicesCompartmentContext.cs
- ErrorProvider.cs
- CodeMethodReturnStatement.cs
- Stack.cs
- ECDsaCng.cs
- DataError.cs
- StreamGeometry.cs
- MetadataPropertyCollection.cs
- Visual3D.cs
- PageRanges.cs
- FlowDocumentPageViewerAutomationPeer.cs
- LoadRetryAsyncResult.cs
- StyleXamlParser.cs
- StringInfo.cs
- VersionValidator.cs
- PropertyValidationContext.cs
- ProxyWebPart.cs
- PermissionSetEnumerator.cs
- Config.cs
- SafeRegistryKey.cs
- XmlTextAttribute.cs
- HttpCookieCollection.cs
- ConvertersCollection.cs
- ObjectTag.cs
- OleDbParameter.cs
- EdmComplexPropertyAttribute.cs
- XmlQualifiedNameTest.cs
- StorageInfo.cs
- XmlSchemaSimpleTypeRestriction.cs
- DataMember.cs
- MetafileHeader.cs
- QilName.cs
- EventWaitHandleSecurity.cs
- SqlNodeAnnotation.cs
- DiscardableAttribute.cs
- baseaxisquery.cs
- SafeNativeMethods.cs
- EntityException.cs
- EditCommandColumn.cs
- FrameDimension.cs
- EventSinkHelperWriter.cs
- ObjectComplexPropertyMapping.cs
- SpecularMaterial.cs
- RawStylusInputCustomDataList.cs
- Wizard.cs
- OutputCacheSettings.cs
- ControlCachePolicy.cs
- WebContext.cs