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
- TextClipboardData.cs
- ClearTypeHintValidation.cs
- BuiltInExpr.cs
- StdValidatorsAndConverters.cs
- TypeListConverter.cs
- GridViewUpdateEventArgs.cs
- DataGridViewColumnDesigner.cs
- UnknownBitmapDecoder.cs
- UpDownEvent.cs
- GlyphShapingProperties.cs
- Span.cs
- DrawingCollection.cs
- Menu.cs
- Funcletizer.cs
- HandleRef.cs
- XPathItem.cs
- TCEAdapterGenerator.cs
- RegexRunner.cs
- KeyConstraint.cs
- UnitySerializationHolder.cs
- RegexTree.cs
- WpfXamlMember.cs
- ContractUtils.cs
- httpapplicationstate.cs
- _HTTPDateParse.cs
- DataGridViewRowPostPaintEventArgs.cs
- SamlAssertionKeyIdentifierClause.cs
- BrowserCapabilitiesFactory.cs
- NetCodeGroup.cs
- SqlHelper.cs
- DynamicMethod.cs
- ColumnReorderedEventArgs.cs
- AdministrationHelpers.cs
- ImageList.cs
- DocumentScope.cs
- CatalogPartCollection.cs
- HttpRuntime.cs
- EventSinkHelperWriter.cs
- ControlDesigner.cs
- StylusPlugin.cs
- TimeSpanSecondsConverter.cs
- pingexception.cs
- DeclarativeCatalogPart.cs
- HtmlInputImage.cs
- Mappings.cs
- TextProviderWrapper.cs
- DataGridViewHitTestInfo.cs
- SecurityTokenException.cs
- Light.cs
- ShaperBuffers.cs
- BuildProviderAppliesToAttribute.cs
- XomlSerializationHelpers.cs
- JsonStringDataContract.cs
- SerializationStore.cs
- TypeDelegator.cs
- MultiByteCodec.cs
- TypeUtil.cs
- NamedPermissionSet.cs
- PreservationFileReader.cs
- ActivityBindForm.Designer.cs
- X509Utils.cs
- OpacityConverter.cs
- DiffuseMaterial.cs
- TreeNode.cs
- DrawingAttributes.cs
- WindowsListViewGroupHelper.cs
- DataSpaceManager.cs
- NotSupportedException.cs
- NavigatingCancelEventArgs.cs
- DebugView.cs
- DesignerOptionService.cs
- Application.cs
- SelfIssuedAuthRSACryptoProvider.cs
- SqlLiftIndependentRowExpressions.cs
- MulticastNotSupportedException.cs
- TreePrinter.cs
- PartialClassGenerationTask.cs
- CommandField.cs
- Mouse.cs
- InheritablePropertyChangeInfo.cs
- NativeWindow.cs
- PageHandlerFactory.cs
- DefaultTraceListener.cs
- ParameterElementCollection.cs
- AnalyzedTree.cs
- WebPartConnectionsConnectVerb.cs
- XamlToRtfParser.cs
- Attributes.cs
- DataGridLengthConverter.cs
- NullableDoubleMinMaxAggregationOperator.cs
- ConfigurationManagerHelper.cs
- UserControl.cs
- _CookieModule.cs
- SourceFileBuildProvider.cs
- HashCodeCombiner.cs
- ScriptServiceAttribute.cs
- SharedConnectionWorkflowTransactionService.cs
- CallTemplateAction.cs
- RoleManagerModule.cs
- BasicBrowserDialog.cs