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 / FixedPosition.cs / 1 / FixedPosition.cs
//---------------------------------------------------------------------------- //// Copyright (C) 2004 by Microsoft Corporation. All rights reserved. // // // Description: // FixedPosition represents a hit-testable position in a fixed document's tree. // // History: // 11/19/2004 - Zhenbin Xu (ZhenbinX) - Created. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { using MS.Internal.Documents; using System; using System.Collections; using System.Diagnostics; using System.Globalization; //===================================================================== ////// FixedPosition represents a hit-testable position in a fixed document's tree. /// internal struct FixedPosition { //------------------------------------------------------------------- // // Connstructors // //---------------------------------------------------------------------- #region Constructors internal FixedPosition(FixedNode fixedNode, int offset) { _fixedNode = fixedNode; _offset = offset; } #endregion Constructors //------------------------------------------------------------------- // // Public Methods // //---------------------------------------------------------------------- #if DEBUG ////// Create a string representation of this object /// ///string - A string representation of this object public override string ToString() { return String.Format(CultureInfo.InvariantCulture, "FN[{0}]-Offset[{1}]", _fixedNode.ToString(), _offset); } #endif //-------------------------------------------------------------------- // // Public Properties // //--------------------------------------------------------------------- //-------------------------------------------------------------------- // // Public Events // //--------------------------------------------------------------------- //------------------------------------------------------------------- // // Internal Methods // //--------------------------------------------------------------------- //-------------------------------------------------------------------- // // Internal Properties // //--------------------------------------------------------------------- #region Internal Properties // internal int Page { get { return _fixedNode.Page; } } // internal FixedNode Node { get { return _fixedNode; } } internal int Offset { get { return _offset; } } #endregion Internal Properties //-------------------------------------------------------------------- // // Private Methods // //---------------------------------------------------------------------- #region Private Properties #endregion Private Properties //------------------------------------------------------------------- // // Private Fields // //---------------------------------------------------------------------- #region Private Fields private readonly FixedNode _fixedNode; private readonly int _offset; // offset into the fixed node #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- //// Copyright (C) 2004 by Microsoft Corporation. All rights reserved. // // // Description: // FixedPosition represents a hit-testable position in a fixed document's tree. // // History: // 11/19/2004 - Zhenbin Xu (ZhenbinX) - Created. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { using MS.Internal.Documents; using System; using System.Collections; using System.Diagnostics; using System.Globalization; //===================================================================== ////// FixedPosition represents a hit-testable position in a fixed document's tree. /// internal struct FixedPosition { //------------------------------------------------------------------- // // Connstructors // //---------------------------------------------------------------------- #region Constructors internal FixedPosition(FixedNode fixedNode, int offset) { _fixedNode = fixedNode; _offset = offset; } #endregion Constructors //------------------------------------------------------------------- // // Public Methods // //---------------------------------------------------------------------- #if DEBUG ////// Create a string representation of this object /// ///string - A string representation of this object public override string ToString() { return String.Format(CultureInfo.InvariantCulture, "FN[{0}]-Offset[{1}]", _fixedNode.ToString(), _offset); } #endif //-------------------------------------------------------------------- // // Public Properties // //--------------------------------------------------------------------- //-------------------------------------------------------------------- // // Public Events // //--------------------------------------------------------------------- //------------------------------------------------------------------- // // Internal Methods // //--------------------------------------------------------------------- //-------------------------------------------------------------------- // // Internal Properties // //--------------------------------------------------------------------- #region Internal Properties // internal int Page { get { return _fixedNode.Page; } } // internal FixedNode Node { get { return _fixedNode; } } internal int Offset { get { return _offset; } } #endregion Internal Properties //-------------------------------------------------------------------- // // Private Methods // //---------------------------------------------------------------------- #region Private Properties #endregion Private Properties //------------------------------------------------------------------- // // Private Fields // //---------------------------------------------------------------------- #region Private Fields private readonly FixedNode _fixedNode; private readonly int _offset; // offset into the fixed node #endregion Private 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
- Rect3D.cs
- EpmContentDeSerializerBase.cs
- ButtonChrome.cs
- EventWaitHandle.cs
- BaseValidator.cs
- SmiXetterAccessMap.cs
- WsdlBuildProvider.cs
- MultiAsyncResult.cs
- SrgsText.cs
- Pkcs7Signer.cs
- DropShadowBitmapEffect.cs
- MeshGeometry3D.cs
- AutomationPatternInfo.cs
- XPathAxisIterator.cs
- IdentityReference.cs
- IconConverter.cs
- WsatServiceAddress.cs
- ToolStripRenderer.cs
- RightNameExpirationInfoPair.cs
- CommandHelper.cs
- ExtendedProtectionPolicy.cs
- XNodeNavigator.cs
- ManagementQuery.cs
- LogExtentCollection.cs
- FormsAuthenticationConfiguration.cs
- Size3D.cs
- Models.cs
- QilReference.cs
- Math.cs
- ColorConverter.cs
- EndEvent.cs
- DrawingImage.cs
- Main.cs
- Material.cs
- _ConnectStream.cs
- ConnectionsZone.cs
- VerticalAlignConverter.cs
- XmlHelper.cs
- SmtpClient.cs
- ProvideValueServiceProvider.cs
- FacetDescriptionElement.cs
- AuthenticationConfig.cs
- FormViewCommandEventArgs.cs
- SocketAddress.cs
- Point4DConverter.cs
- DesignTable.cs
- NameValueSectionHandler.cs
- XmlQueryStaticData.cs
- BinaryExpression.cs
- ReliabilityContractAttribute.cs
- AppLevelCompilationSectionCache.cs
- ControlSerializer.cs
- SelectionUIService.cs
- ArglessEventHandlerProxy.cs
- XPathNavigator.cs
- MessageDroppedTraceRecord.cs
- HtmlShimManager.cs
- Binding.cs
- DataSourceGroupCollection.cs
- DefaultDialogButtons.cs
- CSharpCodeProvider.cs
- coordinatorfactory.cs
- MarkerProperties.cs
- AutomationAttributeInfo.cs
- OracleString.cs
- SqlMethodCallConverter.cs
- SafeCertificateContext.cs
- ItemCollectionEditor.cs
- TypeSystemProvider.cs
- _HTTPDateParse.cs
- SignedPkcs7.cs
- Asn1Utilities.cs
- CookieProtection.cs
- UniqueConstraint.cs
- SqlMethodCallConverter.cs
- ScriptDescriptor.cs
- ContentWrapperAttribute.cs
- BasicHttpSecurityElement.cs
- Keyboard.cs
- SystemIcons.cs
- BinaryObjectWriter.cs
- SystemColorTracker.cs
- DataGridViewRowsRemovedEventArgs.cs
- WizardStepBase.cs
- ConfigurationStrings.cs
- WindowsEditBox.cs
- ping.cs
- BaseAppDomainProtocolHandler.cs
- input.cs
- FilteredSchemaElementLookUpTable.cs
- XamlFilter.cs
- EventlogProvider.cs
- ResXBuildProvider.cs
- LocalIdKeyIdentifierClause.cs
- ToolStripItemEventArgs.cs
- WebHttpDispatchOperationSelector.cs
- APCustomTypeDescriptor.cs
- HtmlContainerControl.cs
- SmiRequestExecutor.cs
- ReadOnlyDataSourceView.cs