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
- ConstNode.cs
- DecimalSumAggregationOperator.cs
- XPathChildIterator.cs
- NameValueConfigurationElement.cs
- BackgroundFormatInfo.cs
- LinqDataSourceStatusEventArgs.cs
- AliasGenerator.cs
- dataSvcMapFileLoader.cs
- ConfigXmlSignificantWhitespace.cs
- Vector3D.cs
- RouteValueExpressionBuilder.cs
- StrokeIntersection.cs
- ValidationHelper.cs
- Formatter.cs
- NestPullup.cs
- CheckPair.cs
- EnterpriseServicesHelper.cs
- ContractInstanceProvider.cs
- WinFormsSecurity.cs
- Vector3DCollection.cs
- Point3DAnimation.cs
- Vector3DAnimation.cs
- Collection.cs
- PolicyUtility.cs
- PenThread.cs
- DecimalAnimationBase.cs
- EntityDataSourceViewSchema.cs
- InputScopeConverter.cs
- PaperSize.cs
- _LoggingObject.cs
- LinkClickEvent.cs
- ImageKeyConverter.cs
- UIElement3DAutomationPeer.cs
- IdnMapping.cs
- XmlSignificantWhitespace.cs
- CodeNamespaceCollection.cs
- XPathNavigator.cs
- UndoEngine.cs
- BindingExpression.cs
- XMLUtil.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- LocalizabilityAttribute.cs
- ZipIOBlockManager.cs
- SecurityHeader.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- FormView.cs
- Line.cs
- SqlParameterizer.cs
- ImageConverter.cs
- LayoutTableCell.cs
- Environment.cs
- ToolStripItem.cs
- FixedNode.cs
- InvalidPrinterException.cs
- StorageModelBuildProvider.cs
- Knowncolors.cs
- BindingList.cs
- ToolStripContainer.cs
- CommandValueSerializer.cs
- SoundPlayerAction.cs
- KnownTypes.cs
- XmlAtomErrorReader.cs
- CodeParameterDeclarationExpression.cs
- FontStyleConverter.cs
- MetadataProperty.cs
- ServerValidateEventArgs.cs
- Vector3DCollection.cs
- RunWorkerCompletedEventArgs.cs
- cookiecontainer.cs
- CasesDictionary.cs
- XmlSyndicationContent.cs
- SiteMapDesignerDataSourceView.cs
- PackageRelationshipCollection.cs
- ActivityFunc.cs
- BinaryObjectWriter.cs
- JsonQueryStringConverter.cs
- GridViewColumnHeader.cs
- DropShadowEffect.cs
- Token.cs
- BitmapCodecInfoInternal.cs
- FilterableAttribute.cs
- SapiRecoContext.cs
- WindowsComboBox.cs
- SessionIDManager.cs
- WorkflowFileItem.cs
- ToggleButton.cs
- OutOfProcStateClientManager.cs
- TimerElapsedEvenArgs.cs
- OleDbError.cs
- DrawTreeNodeEventArgs.cs
- Line.cs
- WebUtil.cs
- XmlSchemaExternal.cs
- BmpBitmapDecoder.cs
- ServiceDebugElement.cs
- WizardStepBase.cs
- SafeNativeMethods.cs
- ControlParameter.cs
- LinqDataSourceEditData.cs
- HttpServerUtilityWrapper.cs