Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- VisualSerializer.cs
- Menu.cs
- CustomAssemblyResolver.cs
- ZipPackage.cs
- PieceDirectory.cs
- FlowDocumentScrollViewer.cs
- KnownBoxes.cs
- IProvider.cs
- ClientOptions.cs
- CryptoApi.cs
- BitmapEffectRenderDataResource.cs
- DelegatingTypeDescriptionProvider.cs
- DataControlLinkButton.cs
- SByte.cs
- TraceUtils.cs
- _ProxyChain.cs
- ControllableStoryboardAction.cs
- updatecommandorderer.cs
- HttpResponseHeader.cs
- BreadCrumbTextConverter.cs
- ConfigurationCollectionAttribute.cs
- StylusPoint.cs
- WebBrowserSiteBase.cs
- AccessedThroughPropertyAttribute.cs
- ColorConvertedBitmap.cs
- ZoneIdentityPermission.cs
- PropertySet.cs
- StylusEditingBehavior.cs
- NonParentingControl.cs
- NegotiateStream.cs
- SQLInt32Storage.cs
- ComponentEvent.cs
- PropertyDescriptorCollection.cs
- CssStyleCollection.cs
- DefaultAsyncDataDispatcher.cs
- RtType.cs
- HostSecurityManager.cs
- ProcessModelInfo.cs
- ParagraphResult.cs
- CaseStatement.cs
- LogReserveAndAppendState.cs
- CapabilitiesState.cs
- BrowserDefinition.cs
- IdentityVerifier.cs
- HealthMonitoringSectionHelper.cs
- InlineCollection.cs
- XmlSyndicationContent.cs
- EntityContainerEmitter.cs
- ClientFormsIdentity.cs
- ImageSource.cs
- ItemsChangedEventArgs.cs
- ParameterDataSourceExpression.cs
- TextServicesCompartmentEventSink.cs
- ObjectItemNoOpAssemblyLoader.cs
- RegistrySecurity.cs
- COM2ExtendedBrowsingHandler.cs
- ExtendedProtectionPolicyElement.cs
- MetadataSerializer.cs
- EventListener.cs
- AnnotationDocumentPaginator.cs
- TextEffect.cs
- GridViewColumnHeader.cs
- XmlElementList.cs
- TreeBuilder.cs
- SourceItem.cs
- OdbcInfoMessageEvent.cs
- WebPartEditVerb.cs
- MenuItemBindingCollection.cs
- LinkedList.cs
- NominalTypeEliminator.cs
- AliasedExpr.cs
- ComponentDispatcherThread.cs
- PointHitTestParameters.cs
- TimeSpanFormat.cs
- NamespaceInfo.cs
- RelationshipEnd.cs
- ComponentRenameEvent.cs
- SqlStream.cs
- PerformanceCounterPermission.cs
- Message.cs
- NativeObjectSecurity.cs
- CollectionView.cs
- DataViewSetting.cs
- Maps.cs
- RadialGradientBrush.cs
- ScriptModule.cs
- PropertyDescriptors.cs
- QilFactory.cs
- IdentityHolder.cs
- InvalidPrinterException.cs
- HtmlTableRowCollection.cs
- ICollection.cs
- DependencyPropertyChangedEventArgs.cs
- PipelineModuleStepContainer.cs
- SqlProviderUtilities.cs
- TextFindEngine.cs
- Sql8ExpressionRewriter.cs
- DynamicRendererThreadManager.cs
- Condition.cs
- XmlSchemaSimpleTypeRestriction.cs