Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- NativeMethods.cs
- ChooseAction.cs
- EntityDataSourceUtil.cs
- EntityDataSourceValidationException.cs
- DetailsViewCommandEventArgs.cs
- GroupItemAutomationPeer.cs
- PartialCachingAttribute.cs
- ZoneIdentityPermission.cs
- HttpCacheVary.cs
- OutKeywords.cs
- ModifierKeysConverter.cs
- ComboBoxItem.cs
- LinearGradientBrush.cs
- ArrayWithOffset.cs
- TimeIntervalCollection.cs
- Base64WriteStateInfo.cs
- SqlNotificationEventArgs.cs
- DataGridComboBoxColumn.cs
- BaseResourcesBuildProvider.cs
- XPathBinder.cs
- BinaryFormatter.cs
- TemplateManager.cs
- _ListenerAsyncResult.cs
- ResXDataNode.cs
- EventLogPermissionAttribute.cs
- OuterGlowBitmapEffect.cs
- Quaternion.cs
- Section.cs
- ColumnClickEvent.cs
- sqlpipe.cs
- DynamicFilterExpression.cs
- WebHttpSecurity.cs
- ObjectStorage.cs
- Inline.cs
- CustomError.cs
- Base64Encoding.cs
- AspNetHostingPermission.cs
- ListParaClient.cs
- WorkflowElementDialog.cs
- PropertyOrder.cs
- Identity.cs
- MetadataException.cs
- RotateTransform.cs
- ViewManager.cs
- TileBrush.cs
- Typography.cs
- RectConverter.cs
- FragmentQueryKB.cs
- ZipIOLocalFileDataDescriptor.cs
- BitSet.cs
- OleDbStruct.cs
- StaticResourceExtension.cs
- DecoderFallbackWithFailureFlag.cs
- CellTreeNode.cs
- ConfigurationPermission.cs
- Rijndael.cs
- ActivityDefaults.cs
- UTF32Encoding.cs
- XmlStringTable.cs
- DiscoveryServiceExtension.cs
- DataColumnMappingCollection.cs
- ApplicationServiceManager.cs
- ProcessHostFactoryHelper.cs
- ConfigurationProviderException.cs
- FormViewDesigner.cs
- ProfileSettings.cs
- _AutoWebProxyScriptEngine.cs
- EntityDataSourceChangingEventArgs.cs
- BindingValueChangedEventArgs.cs
- UserControl.cs
- ListViewEditEventArgs.cs
- dbdatarecord.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- HttpRequestTraceRecord.cs
- TextureBrush.cs
- ContentHostHelper.cs
- SizeAnimationUsingKeyFrames.cs
- XmlHierarchyData.cs
- BufferedGraphicsManager.cs
- ChildTable.cs
- DeferredRunTextReference.cs
- Win32SafeHandles.cs
- HttpCookie.cs
- OdbcUtils.cs
- TemplateColumn.cs
- CurrencyManager.cs
- DependencyPropertyValueSerializer.cs
- TemplateNameScope.cs
- CategoryValueConverter.cs
- DbProviderFactoriesConfigurationHandler.cs
- SqlDataSourceFilteringEventArgs.cs
- UserPreference.cs
- AppDomain.cs
- EncryptRequest.cs
- EdmComplexPropertyAttribute.cs
- SafeLibraryHandle.cs
- SiteIdentityPermission.cs
- CqlParser.cs
- LinkedList.cs
- XmlSchemaSequence.cs