Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Markup / Baml2006 / Baml2006ReaderSettings.cs / 1305600 / Baml2006ReaderSettings.cs
using System; using System.Collections.Generic; using System.IO; using System.Xaml; using System.Diagnostics; using System.ComponentModel; namespace System.Windows.Baml2006 { internal class Baml2006ReaderSettings : XamlReaderSettings { public Baml2006ReaderSettings() { } public Baml2006ReaderSettings(Baml2006ReaderSettings settings) : base(settings) { OwnsStream = settings.OwnsStream; IsBamlFragment = settings.IsBamlFragment; } public Baml2006ReaderSettings(XamlReaderSettings settings) : base(settings) { } internal bool OwnsStream { get; set; } internal bool IsBamlFragment { get; set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.IO; using System.Xaml; using System.Diagnostics; using System.ComponentModel; namespace System.Windows.Baml2006 { internal class Baml2006ReaderSettings : XamlReaderSettings { public Baml2006ReaderSettings() { } public Baml2006ReaderSettings(Baml2006ReaderSettings settings) : base(settings) { OwnsStream = settings.OwnsStream; IsBamlFragment = settings.IsBamlFragment; } public Baml2006ReaderSettings(XamlReaderSettings settings) : base(settings) { } internal bool OwnsStream { get; set; } internal bool IsBamlFragment { get; set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AttachmentCollection.cs
- TemplateComponentConnector.cs
- NamedPipeHostedTransportConfiguration.cs
- XPathNavigator.cs
- DataBoundControlAdapter.cs
- Block.cs
- IsolatedStorageException.cs
- SelectedDatesCollection.cs
- NavigationFailedEventArgs.cs
- ProcessProtocolHandler.cs
- SafeUserTokenHandle.cs
- QueryCacheKey.cs
- DiscreteKeyFrames.cs
- odbcmetadatacollectionnames.cs
- SynchronizingStream.cs
- XmlUtilWriter.cs
- XdrBuilder.cs
- HashAlgorithm.cs
- RenderData.cs
- VariantWrapper.cs
- MenuCommands.cs
- SqlConnectionHelper.cs
- BulletedList.cs
- HwndKeyboardInputProvider.cs
- CodeTypeDeclaration.cs
- PresentationSource.cs
- Column.cs
- HttpApplication.cs
- UInt32Converter.cs
- WriteableOnDemandStream.cs
- StringWriter.cs
- TabItemAutomationPeer.cs
- CleanUpVirtualizedItemEventArgs.cs
- ExtensionQuery.cs
- ThemeableAttribute.cs
- CornerRadius.cs
- Fonts.cs
- UnaryOperationBinder.cs
- NativeMethods.cs
- DispatcherTimer.cs
- LicenseProviderAttribute.cs
- UnsafeNativeMethods.cs
- XmlSchemaAnnotated.cs
- WebPartMenu.cs
- SiteMapDataSourceView.cs
- TypeToArgumentTypeConverter.cs
- CalendarKeyboardHelper.cs
- ErrorsHelper.cs
- ByteAnimationBase.cs
- FormatControl.cs
- DoubleKeyFrameCollection.cs
- SpellCheck.cs
- EmptyEnumerator.cs
- WrapperEqualityComparer.cs
- SchemaImporterExtensionElement.cs
- TableLayoutRowStyleCollection.cs
- XPathException.cs
- DashStyles.cs
- SoundPlayerAction.cs
- MenuItem.cs
- StatusBarPanelClickEvent.cs
- TextEditorDragDrop.cs
- ContainerSelectorBehavior.cs
- Simplifier.cs
- TypeContext.cs
- WindowsRichEditRange.cs
- XPathEmptyIterator.cs
- TextCharacters.cs
- AddInContractAttribute.cs
- XmlSchemaSimpleContent.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- SizeConverter.cs
- WebPartDeleteVerb.cs
- DataPagerFieldCollection.cs
- EnumBuilder.cs
- Vector.cs
- Converter.cs
- GeometryModel3D.cs
- WeakReferenceEnumerator.cs
- XmlQualifiedName.cs
- AccessControlList.cs
- SamlSecurityToken.cs
- Ops.cs
- CachedPathData.cs
- NativeMethods.cs
- NativeMethods.cs
- CacheMode.cs
- Typography.cs
- ObjectDataSource.cs
- VisualTarget.cs
- DebugView.cs
- DataGridToolTip.cs
- SqlDataReader.cs
- SrgsElementList.cs
- BindingsCollection.cs
- ProfileSettings.cs
- EventProviderWriter.cs
- UserControl.cs
- ReadWriteControlDesigner.cs
- UnSafeCharBuffer.cs