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
- TPLETWProvider.cs
- TextRangeSerialization.cs
- TemplateKey.cs
- Queue.cs
- Authorization.cs
- AutomationPatternInfo.cs
- InkCanvasInnerCanvas.cs
- CompilationSection.cs
- CoreSwitches.cs
- FileSystemWatcher.cs
- DataGridViewUtilities.cs
- PlatformNotSupportedException.cs
- TrustSection.cs
- XslAstAnalyzer.cs
- HeaderUtility.cs
- GenericAuthenticationEventArgs.cs
- MethodToken.cs
- UnmanagedMemoryStreamWrapper.cs
- ExpressionBuilderContext.cs
- SoapSchemaImporter.cs
- SrgsSemanticInterpretationTag.cs
- PriorityBindingExpression.cs
- VerticalAlignConverter.cs
- DockPattern.cs
- MasterPageParser.cs
- TableProviderWrapper.cs
- ToolTipService.cs
- DocumentApplicationJournalEntryEventArgs.cs
- ThreadWorkerController.cs
- NonDualMessageSecurityOverHttp.cs
- SQLUtility.cs
- Brush.cs
- BufferedOutputAsyncStream.cs
- SharedStream.cs
- IgnoreSection.cs
- RegistryConfigurationProvider.cs
- regiisutil.cs
- HeaderCollection.cs
- DbConnectionHelper.cs
- GeneratedCodeAttribute.cs
- MenuItemCollectionEditor.cs
- METAHEADER.cs
- RepeatButton.cs
- WinFormsSpinner.cs
- GridViewRowEventArgs.cs
- DigestTraceRecordHelper.cs
- RectAnimationUsingKeyFrames.cs
- NativeMethods.cs
- NativeRightsManagementAPIsStructures.cs
- BezierSegment.cs
- SchemaNames.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- OrthographicCamera.cs
- FrameworkRichTextComposition.cs
- CheckBoxList.cs
- MemoryResponseElement.cs
- HttpModulesSection.cs
- PrimaryKeyTypeConverter.cs
- Hash.cs
- Trigger.cs
- IncrementalReadDecoders.cs
- StartUpEventArgs.cs
- LongPath.cs
- IdentityReference.cs
- UseManagedPresentationBindingElementImporter.cs
- PassportAuthenticationEventArgs.cs
- TextTreeRootTextBlock.cs
- DocumentPageViewAutomationPeer.cs
- StylusTouchDevice.cs
- TimeManager.cs
- CheckBox.cs
- SelectionRangeConverter.cs
- GroupBox.cs
- BitmapSource.cs
- QueryMatcher.cs
- FlowLayout.cs
- nulltextnavigator.cs
- LineBreakRecord.cs
- ConstraintEnumerator.cs
- configsystem.cs
- QuotedPairReader.cs
- CodeDirectoryCompiler.cs
- SecurityTokenRequirement.cs
- ConfigurationStrings.cs
- References.cs
- IgnorePropertiesAttribute.cs
- ModulesEntry.cs
- ArgumentValidation.cs
- HandlerWithFactory.cs
- _ListenerAsyncResult.cs
- SafeNativeMethods.cs
- Camera.cs
- SqlDataSourceConfigureSortForm.cs
- ZipIOModeEnforcingStream.cs
- MetadataArtifactLoaderComposite.cs
- Error.cs
- HttpResponse.cs
- TypeViewSchema.cs
- ButtonBaseAutomationPeer.cs
- Rect3D.cs