Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / PtsHost / UpdateRecord.cs / 1305600 / UpdateRecord.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: UpdateRecord.cs // // Description: Contains information about current state of upate process // in the current container paragraph. // // History: // 05/05/2003 : [....] - moving from Avalon branch. // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using MS.Internal.PtsHost.UnsafeNativeMethods; namespace MS.Internal.PtsHost { // --------------------------------------------------------------------- // Contains information about current state of upate process in the // current container paragraph. // --------------------------------------------------------------------- internal sealed class UpdateRecord { // ------------------------------------------------------------------ // Constructor // ----------------------------------------------------------------- internal UpdateRecord() { Dtr = new DirtyTextRange(0,0,0); FirstPara = SyncPara = null; ChangeType = PTS.FSKCHANGE.fskchNone; Next = null; InProcessing = false; } // ------------------------------------------------------------------ // Merge with next update record. // ------------------------------------------------------------------ internal void MergeWithNext() { Debug.Assert(Next != null); // This is the last UR, cannot merge with next. // Merge DTRs int delta = Next.Dtr.StartIndex - Dtr.StartIndex; // Dtr.StartIndex is not changing Dtr.PositionsAdded += delta + Next.Dtr.PositionsAdded; Dtr.PositionsRemoved += delta + Next.Dtr.PositionsRemoved; // Reasign [....] point and next UpdateRecord SyncPara = Next.SyncPara; Next = Next.Next; } // ----------------------------------------------------------------- // Dirty text range. // ------------------------------------------------------------------ internal DirtyTextRange Dtr; // ----------------------------------------------------------------- // The first paragraph affected by the change. // ----------------------------------------------------------------- internal BaseParagraph FirstPara; // ----------------------------------------------------------------- // The first paragraph not affected by DTR, synchronization point for // update process. // ------------------------------------------------------------------ internal BaseParagraph SyncPara; // ----------------------------------------------------------------- // Type of the change (none, new, inside). // ------------------------------------------------------------------ internal PTS.FSKCHANGE ChangeType; // ------------------------------------------------------------------ // Next UpdateRecord. // ----------------------------------------------------------------- internal UpdateRecord Next; // ------------------------------------------------------------------ // Update record is in processing mode? // ----------------------------------------------------------------- internal bool InProcessing; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: UpdateRecord.cs // // Description: Contains information about current state of upate process // in the current container paragraph. // // History: // 05/05/2003 : [....] - moving from Avalon branch. // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using MS.Internal.PtsHost.UnsafeNativeMethods; namespace MS.Internal.PtsHost { // --------------------------------------------------------------------- // Contains information about current state of upate process in the // current container paragraph. // --------------------------------------------------------------------- internal sealed class UpdateRecord { // ------------------------------------------------------------------ // Constructor // ----------------------------------------------------------------- internal UpdateRecord() { Dtr = new DirtyTextRange(0,0,0); FirstPara = SyncPara = null; ChangeType = PTS.FSKCHANGE.fskchNone; Next = null; InProcessing = false; } // ------------------------------------------------------------------ // Merge with next update record. // ------------------------------------------------------------------ internal void MergeWithNext() { Debug.Assert(Next != null); // This is the last UR, cannot merge with next. // Merge DTRs int delta = Next.Dtr.StartIndex - Dtr.StartIndex; // Dtr.StartIndex is not changing Dtr.PositionsAdded += delta + Next.Dtr.PositionsAdded; Dtr.PositionsRemoved += delta + Next.Dtr.PositionsRemoved; // Reasign [....] point and next UpdateRecord SyncPara = Next.SyncPara; Next = Next.Next; } // ----------------------------------------------------------------- // Dirty text range. // ------------------------------------------------------------------ internal DirtyTextRange Dtr; // ----------------------------------------------------------------- // The first paragraph affected by the change. // ----------------------------------------------------------------- internal BaseParagraph FirstPara; // ----------------------------------------------------------------- // The first paragraph not affected by DTR, synchronization point for // update process. // ------------------------------------------------------------------ internal BaseParagraph SyncPara; // ----------------------------------------------------------------- // Type of the change (none, new, inside). // ------------------------------------------------------------------ internal PTS.FSKCHANGE ChangeType; // ------------------------------------------------------------------ // Next UpdateRecord. // ----------------------------------------------------------------- internal UpdateRecord Next; // ------------------------------------------------------------------ // Update record is in processing mode? // ----------------------------------------------------------------- internal bool InProcessing; } } // 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
- GeometryModel3D.cs
- Unit.cs
- WebBrowserEvent.cs
- UnknownBitmapEncoder.cs
- WebPartEditorCancelVerb.cs
- TextSelectionProcessor.cs
- SimpleMailWebEventProvider.cs
- InputBindingCollection.cs
- UpdateRecord.cs
- DynamicPropertyHolder.cs
- ParameterExpression.cs
- DataBoundControlHelper.cs
- TypeSystem.cs
- HttpListenerRequest.cs
- _ServiceNameStore.cs
- Currency.cs
- EventMappingSettings.cs
- DelegateBodyWriter.cs
- coordinator.cs
- Nodes.cs
- FieldMetadata.cs
- DataColumnCollection.cs
- ReadOnlyDataSource.cs
- AppSecurityManager.cs
- SystemInformation.cs
- PrintDocument.cs
- Cursor.cs
- DesignerTextWriter.cs
- WorkflowRuntime.cs
- DecoderBestFitFallback.cs
- TreeIterators.cs
- VariableReference.cs
- MaterialGroup.cs
- XmlChoiceIdentifierAttribute.cs
- ReturnValue.cs
- NamespaceCollection.cs
- ApplicationHost.cs
- AnchorEditor.cs
- ButtonFieldBase.cs
- RoleManagerSection.cs
- DynamicDataManager.cs
- BamlRecordReader.cs
- BamlWriter.cs
- LocalizationCodeDomSerializer.cs
- AddingNewEventArgs.cs
- EditCommandColumn.cs
- XpsResource.cs
- ConditionalExpression.cs
- Camera.cs
- LookupNode.cs
- BamlTreeMap.cs
- elementinformation.cs
- DurableEnlistmentState.cs
- ServicePointManagerElement.cs
- NameSpaceExtractor.cs
- Rfc2898DeriveBytes.cs
- LocatorPartList.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- QueryContinueDragEvent.cs
- OverflowException.cs
- SQLString.cs
- FileReservationCollection.cs
- ArgIterator.cs
- ToolStripButton.cs
- Run.cs
- TargetConverter.cs
- Menu.cs
- IpcChannel.cs
- TdsParserStateObject.cs
- LineVisual.cs
- DbException.cs
- keycontainerpermission.cs
- DataControlHelper.cs
- PeerToPeerException.cs
- SqlDataSourceEnumerator.cs
- DelimitedListTraceListener.cs
- HandlerBase.cs
- AndCondition.cs
- RepeaterItemEventArgs.cs
- BinHexEncoder.cs
- NamespaceImport.cs
- AssemblySettingAttributes.cs
- EmptyStringExpandableObjectConverter.cs
- SelectionItemPattern.cs
- SctClaimSerializer.cs
- HandlerWithFactory.cs
- OperationAbortedException.cs
- SystemException.cs
- CuspData.cs
- DocumentApplicationJournalEntry.cs
- SQLDouble.cs
- TagMapCollection.cs
- PersistNameAttribute.cs
- __ConsoleStream.cs
- Mapping.cs
- ObjectStateManager.cs
- BufferModeSettings.cs
- CheckoutException.cs
- XmlComplianceUtil.cs
- TraceSection.cs