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
- EditorPartChrome.cs
- FileClassifier.cs
- DataSourceView.cs
- EntityKey.cs
- MachinePropertyVariants.cs
- ClientTargetCollection.cs
- AggregateException.cs
- PageVisual.cs
- AttachedAnnotationChangedEventArgs.cs
- DriveNotFoundException.cs
- ElementHostPropertyMap.cs
- ObjectStorage.cs
- MobileControlPersister.cs
- Win32Native.cs
- ThreadExceptionEvent.cs
- HealthMonitoringSection.cs
- ArgIterator.cs
- RegisteredArrayDeclaration.cs
- ShaperBuffers.cs
- ClientTargetCollection.cs
- DurationConverter.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- DefaultCommandConverter.cs
- WindowAutomationPeer.cs
- MailHeaderInfo.cs
- SqlClientPermission.cs
- UrlPath.cs
- ServiceProviders.cs
- shaper.cs
- PageThemeCodeDomTreeGenerator.cs
- DeviceFilterDictionary.cs
- Bezier.cs
- EncoderReplacementFallback.cs
- Assembly.cs
- ActivityInstance.cs
- StandardBindingCollectionElement.cs
- AccessKeyManager.cs
- TokenBasedSetEnumerator.cs
- StorageRoot.cs
- httpserverutility.cs
- Helpers.cs
- AndAlso.cs
- Atom10FeedFormatter.cs
- ToolStripEditorManager.cs
- XmlProcessingInstruction.cs
- SolidBrush.cs
- SelectionRange.cs
- TimeSpanValidatorAttribute.cs
- SchemaManager.cs
- ServiceChannelManager.cs
- EnterpriseServicesHelper.cs
- SqlNotificationRequest.cs
- BordersPage.cs
- OleDbCommandBuilder.cs
- AssemblyAttributesGoHere.cs
- ApplicationSecurityManager.cs
- PolyLineSegment.cs
- XmlMapping.cs
- Condition.cs
- SspiNegotiationTokenProvider.cs
- RuntimeConfig.cs
- SqlTransaction.cs
- MenuItemStyleCollection.cs
- EnlistmentTraceIdentifier.cs
- RectConverter.cs
- PathData.cs
- SyndicationSerializer.cs
- ControlDesigner.cs
- OrthographicCamera.cs
- WindowsSpinner.cs
- Typography.cs
- HttpProfileBase.cs
- TableCell.cs
- SqlConnectionPoolGroupProviderInfo.cs
- MetadataPropertyvalue.cs
- DynamicDataResources.Designer.cs
- PlainXmlWriter.cs
- GrammarBuilderBase.cs
- RoleManagerModule.cs
- PopupRoot.cs
- _DigestClient.cs
- DataRow.cs
- DiagnosticSection.cs
- BinaryParser.cs
- DatePickerDateValidationErrorEventArgs.cs
- ConfigViewGenerator.cs
- XmlDataSourceNodeDescriptor.cs
- ComponentDispatcher.cs
- Process.cs
- TableDetailsCollection.cs
- IdnMapping.cs
- StateMachineWorkflow.cs
- HwndSubclass.cs
- RoutedEventValueSerializer.cs
- DeferredTextReference.cs
- PartManifestEntry.cs
- SpAudioStreamWrapper.cs
- SystemPens.cs
- PageClientProxyGenerator.cs
- GatewayIPAddressInformationCollection.cs