Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- Table.cs
- MaskedTextBoxTextEditorDropDown.cs
- TextBoxRenderer.cs
- SpotLight.cs
- Model3DGroup.cs
- SafeMILHandle.cs
- Message.cs
- RC2.cs
- CommandManager.cs
- ScrollViewerAutomationPeer.cs
- ValidationErrorCollection.cs
- CodeCommentStatement.cs
- HtmlLabelAdapter.cs
- TrackingProfileSerializer.cs
- ImageClickEventArgs.cs
- WebBrowserContainer.cs
- FixedTextPointer.cs
- _Connection.cs
- COM2PropertyBuilderUITypeEditor.cs
- HitTestDrawingContextWalker.cs
- XmlIncludeAttribute.cs
- XmlIterators.cs
- ForeignKeyConstraint.cs
- ImageButton.cs
- EntityContainerEmitter.cs
- XpsS0ValidatingLoader.cs
- ConnectionManagementElementCollection.cs
- FileLoadException.cs
- RawAppCommandInputReport.cs
- XPathNodeHelper.cs
- RuleSettings.cs
- MimeTypeMapper.cs
- Single.cs
- RawStylusActions.cs
- Scheduler.cs
- SizeFConverter.cs
- IPCCacheManager.cs
- ThreadSafeList.cs
- TemplatedAdorner.cs
- DocumentViewerConstants.cs
- Page.cs
- LockedAssemblyCache.cs
- ContentTextAutomationPeer.cs
- DataControlFieldCollection.cs
- ToolStripGrip.cs
- util.cs
- SoapFormatterSinks.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- StorageComplexTypeMapping.cs
- CLSCompliantAttribute.cs
- ResolvedKeyFrameEntry.cs
- MdiWindowListItemConverter.cs
- AssemblyNameProxy.cs
- InvalidEnumArgumentException.cs
- TableLayoutStyle.cs
- ShaderEffect.cs
- SessionStateItemCollection.cs
- SoapTypeAttribute.cs
- CodeIterationStatement.cs
- StreamAsIStream.cs
- StringDictionary.cs
- ConfigurationElement.cs
- TextDecorationCollection.cs
- HopperCache.cs
- IsolatedStorageException.cs
- SvcFileManager.cs
- SpellerInterop.cs
- AssemblyName.cs
- ViewStateException.cs
- StringCollectionMarkupSerializer.cs
- GeometryModel3D.cs
- DelegateBodyWriter.cs
- SystemIPv4InterfaceProperties.cs
- FrameworkContentElementAutomationPeer.cs
- WindowsButton.cs
- DoubleConverter.cs
- SpinLock.cs
- TrailingSpaceComparer.cs
- ManagementObject.cs
- InternalsVisibleToAttribute.cs
- AnnotationComponentChooser.cs
- OrderedDictionaryStateHelper.cs
- PngBitmapDecoder.cs
- EnumType.cs
- QuaternionAnimation.cs
- XmlAttributeCache.cs
- XmlMembersMapping.cs
- rsa.cs
- Decoder.cs
- CellNormalizer.cs
- ObjectManager.cs
- TabItemWrapperAutomationPeer.cs
- CompilationRelaxations.cs
- TemplateColumn.cs
- QueryGeneratorBase.cs
- FormsAuthenticationTicket.cs
- DocumentsTrace.cs
- ClrPerspective.cs
- StrongNamePublicKeyBlob.cs
- ObjectParameterCollection.cs