Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Documents / FixedSOMPageElement.cs / 1 / FixedSOMPageElement.cs
/*++ File: FixedSOMPageElement.cs Copyright (C) 2005 Microsoft Corporation. All rights reserved. Description: Abstract class that provides a common base class for all containers directly accessible from the page level History: 05/17/2005: agurcan - Created --*/ namespace System.Windows.Documents { using System.Collections.Generic; using System.Diagnostics; internal abstract class FixedSOMPageElement :FixedSOMContainer { //-------------------------------------------------------------------- // // Constructors // //--------------------------------------------------------------------- #region Constructors public FixedSOMPageElement(FixedSOMPage page) { _page = page; } #endregion Constructors //------------------------------------------------------------------- // // Public properties // //--------------------------------------------------------------------- #region Public properties public FixedSOMPage FixedSOMPage { get { return _page; } } public abstract bool IsRTL { get; } #endregion Constructors //-------------------------------------------------------------------- // // Protected Fields // //--------------------------------------------------------------------- #region Protected Fields protected FixedSOMPage _page; #endregion Protected Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. /*++ File: FixedSOMPageElement.cs Copyright (C) 2005 Microsoft Corporation. All rights reserved. Description: Abstract class that provides a common base class for all containers directly accessible from the page level History: 05/17/2005: agurcan - Created --*/ namespace System.Windows.Documents { using System.Collections.Generic; using System.Diagnostics; internal abstract class FixedSOMPageElement :FixedSOMContainer { //-------------------------------------------------------------------- // // Constructors // //--------------------------------------------------------------------- #region Constructors public FixedSOMPageElement(FixedSOMPage page) { _page = page; } #endregion Constructors //------------------------------------------------------------------- // // Public properties // //--------------------------------------------------------------------- #region Public properties public FixedSOMPage FixedSOMPage { get { return _page; } } public abstract bool IsRTL { get; } #endregion Constructors //-------------------------------------------------------------------- // // Protected Fields // //--------------------------------------------------------------------- #region Protected Fields protected FixedSOMPage _page; #endregion Protected Fields } } // 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
- SqlCachedBuffer.cs
- EventWaitHandle.cs
- ClientConvert.cs
- RedirectionProxy.cs
- cryptoapiTransform.cs
- oledbmetadatacollectionnames.cs
- DataView.cs
- ReachSerializableProperties.cs
- ArgumentOutOfRangeException.cs
- FileLevelControlBuilderAttribute.cs
- ToolStripItemClickedEventArgs.cs
- Model3D.cs
- ArrayElementGridEntry.cs
- TimelineClockCollection.cs
- TypeHelpers.cs
- ResourcePool.cs
- TextEffect.cs
- ComplexPropertyEntry.cs
- NamespaceCollection.cs
- CollectionChangedEventManager.cs
- ContainerUIElement3D.cs
- XsltLibrary.cs
- AsyncContentLoadedEventArgs.cs
- DateTime.cs
- AppSettingsReader.cs
- InkCanvasAutomationPeer.cs
- ThreadLocal.cs
- SymLanguageVendor.cs
- Calendar.cs
- PointLightBase.cs
- SortKey.cs
- SafeProcessHandle.cs
- HttpCookie.cs
- DiscoveryReferences.cs
- ComponentDesigner.cs
- CallContext.cs
- COM2ICategorizePropertiesHandler.cs
- CaseInsensitiveComparer.cs
- WindowsScroll.cs
- CompositeActivityMarkupSerializer.cs
- ValidatedMobileControlConverter.cs
- XmlDataSource.cs
- KeyInterop.cs
- TextElementCollection.cs
- MaskedTextBox.cs
- AuthenticationException.cs
- MSAAWinEventWrap.cs
- WpfKnownType.cs
- OrthographicCamera.cs
- OrderedEnumerableRowCollection.cs
- userdatakeys.cs
- WindowsListViewItem.cs
- ScrollChangedEventArgs.cs
- ArrayElementGridEntry.cs
- Light.cs
- ThreadSafeList.cs
- RequestQueryProcessor.cs
- ButtonPopupAdapter.cs
- ConsoleKeyInfo.cs
- PKCS1MaskGenerationMethod.cs
- PageCatalogPart.cs
- Matrix.cs
- StateDesigner.Layouts.cs
- DBConnection.cs
- FormatterConverter.cs
- RowUpdatedEventArgs.cs
- wmiprovider.cs
- CornerRadiusConverter.cs
- HMAC.cs
- BooleanAnimationBase.cs
- Converter.cs
- CompositionTarget.cs
- WindowsScrollBarBits.cs
- ObjectItemLoadingSessionData.cs
- BezierSegment.cs
- DataControlExtensions.cs
- TabControl.cs
- XmlAtomicValue.cs
- AlternateView.cs
- WorkingDirectoryEditor.cs
- ElementNotAvailableException.cs
- WorkflowMarkupSerializer.cs
- Or.cs
- mactripleDES.cs
- Compiler.cs
- Paragraph.cs
- WpfWebRequestHelper.cs
- DispatcherObject.cs
- HierarchicalDataBoundControlAdapter.cs
- TheQuery.cs
- TemplateXamlParser.cs
- DataViewManager.cs
- CategoryNameCollection.cs
- MobileControlsSectionHandler.cs
- InternalReceiveMessage.cs
- BinaryObjectInfo.cs
- HttpWebResponse.cs
- TypeBuilderInstantiation.cs
- DomainUpDown.cs
- RowToParametersTransformer.cs