Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Documents / TextTreeExtractElementUndoUnit.cs / 1 / TextTreeExtractElementUndoUnit.cs
//---------------------------------------------------------------------------- // // File: TextTreeExtractElementUndoUnit.cs // // Description: Undo unit for TextContainer.ExtractElement calls. // // History: // 03/03/2004 : benwest - Created // //--------------------------------------------------------------------------- using System; using MS.Internal; namespace System.Windows.Documents { // Undo unit for TextContainer.ExtractElement calls. internal class TextTreeExtractElementUndoUnit : TextTreeUndoUnit { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Creates a new undo unit instance. internal TextTreeExtractElementUndoUnit(TextContainer tree, TextTreeTextElementNode elementNode) : base(tree, elementNode.GetSymbolOffset(tree.Generation)) { _symbolCount = elementNode.SymbolCount; _type = elementNode.TextElement.GetType(); _localValues = LocalValueEnumeratorToArray(elementNode.TextElement.GetLocalValueEnumerator()); _resources = elementNode.TextElement.Resources; // Table requires additional work for storing its Columns collection if (elementNode.TextElement is Table) { _columns = TextTreeDeleteContentUndoUnit.SaveColumns((Table)elementNode.TextElement); } } #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- #region Public Methods // Called by the undo manager. Restores tree state to its condition // when the unit was created. Assumes the tree state matches conditions // just after the unit was created. public override void DoCore() { TextPointer start; TextPointer end; TextElement element; VerifyTreeContentHashCode(); start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward); end = new TextPointer(this.TextContainer, this.SymbolOffset + _symbolCount - 2, LogicalDirection.Forward); // Insert a new element. element = (TextElement)Activator.CreateInstance(_type); element.Reposition(start, end); // Restore local resources element.Resources = _resources; // Move end into the scope of the new element. end.MoveToNextContextPosition(LogicalDirection.Backward); // Then restore local property values. // this.TextContainer.SetValues(end, ArrayToLocalValueEnumerator(_localValues)); if (element is Table) { TextTreeDeleteContentUndoUnit.RestoreColumns((Table)element, _columns); } } #endregion Public Methods //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields // Count of symbols covered by the extracted TextElement, including its 2 edges. private readonly int _symbolCount; // Type of the extracted TextElement. private readonly Type _type; // Collection of all local property values set on the extracted TextElement. private readonly PropertyRecord []_localValues; // Resources defined locally on the TextElement private readonly ResourceDictionary _resources; // TableColumns collection private readonly TableColumn[] _columns; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // File: TextTreeExtractElementUndoUnit.cs // // Description: Undo unit for TextContainer.ExtractElement calls. // // History: // 03/03/2004 : benwest - Created // //--------------------------------------------------------------------------- using System; using MS.Internal; namespace System.Windows.Documents { // Undo unit for TextContainer.ExtractElement calls. internal class TextTreeExtractElementUndoUnit : TextTreeUndoUnit { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors // Creates a new undo unit instance. internal TextTreeExtractElementUndoUnit(TextContainer tree, TextTreeTextElementNode elementNode) : base(tree, elementNode.GetSymbolOffset(tree.Generation)) { _symbolCount = elementNode.SymbolCount; _type = elementNode.TextElement.GetType(); _localValues = LocalValueEnumeratorToArray(elementNode.TextElement.GetLocalValueEnumerator()); _resources = elementNode.TextElement.Resources; // Table requires additional work for storing its Columns collection if (elementNode.TextElement is Table) { _columns = TextTreeDeleteContentUndoUnit.SaveColumns((Table)elementNode.TextElement); } } #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- #region Public Methods // Called by the undo manager. Restores tree state to its condition // when the unit was created. Assumes the tree state matches conditions // just after the unit was created. public override void DoCore() { TextPointer start; TextPointer end; TextElement element; VerifyTreeContentHashCode(); start = new TextPointer(this.TextContainer, this.SymbolOffset, LogicalDirection.Forward); end = new TextPointer(this.TextContainer, this.SymbolOffset + _symbolCount - 2, LogicalDirection.Forward); // Insert a new element. element = (TextElement)Activator.CreateInstance(_type); element.Reposition(start, end); // Restore local resources element.Resources = _resources; // Move end into the scope of the new element. end.MoveToNextContextPosition(LogicalDirection.Backward); // Then restore local property values. // this.TextContainer.SetValues(end, ArrayToLocalValueEnumerator(_localValues)); if (element is Table) { TextTreeDeleteContentUndoUnit.RestoreColumns((Table)element, _columns); } } #endregion Public Methods //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields // Count of symbols covered by the extracted TextElement, including its 2 edges. private readonly int _symbolCount; // Type of the extracted TextElement. private readonly Type _type; // Collection of all local property values set on the extracted TextElement. private readonly PropertyRecord []_localValues; // Resources defined locally on the TextElement private readonly ResourceDictionary _resources; // TableColumns collection private readonly TableColumn[] _columns; #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
- ClientSettings.cs
- handlecollector.cs
- ISAPIRuntime.cs
- FamilyTypeface.cs
- SystemColors.cs
- XsltCompileContext.cs
- EmptyStringExpandableObjectConverter.cs
- ProjectionPruner.cs
- RequestCachingSection.cs
- WebDisplayNameAttribute.cs
- ProfileParameter.cs
- ConfigurationManagerHelper.cs
- ManualResetEvent.cs
- WindowsListBox.cs
- DataColumnChangeEvent.cs
- ComponentCodeDomSerializer.cs
- StringDictionary.cs
- keycontainerpermission.cs
- MethodCallConverter.cs
- NonVisualControlAttribute.cs
- WebServicesSection.cs
- HandlerBase.cs
- DecoderFallbackWithFailureFlag.cs
- ProjectionNode.cs
- BlurEffect.cs
- BorderGapMaskConverter.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- RequestCacheEntry.cs
- TileModeValidation.cs
- EdmSchemaAttribute.cs
- ObjectTag.cs
- ConfigLoader.cs
- SQLInt64Storage.cs
- HttpWriter.cs
- Size3DValueSerializer.cs
- XMLSyntaxException.cs
- ForeignConstraint.cs
- StaticResourceExtension.cs
- DataKey.cs
- WebConvert.cs
- SingleKeyFrameCollection.cs
- ComplexTypeEmitter.cs
- DataGridViewIntLinkedList.cs
- Walker.cs
- LoginAutoFormat.cs
- ClassHandlersStore.cs
- AddressHeaderCollection.cs
- RegexGroupCollection.cs
- Base64Decoder.cs
- WebPartCollection.cs
- TabControlToolboxItem.cs
- ConfigurationStrings.cs
- DBDataPermissionAttribute.cs
- mediaeventargs.cs
- PageBorderless.cs
- ImageFormat.cs
- CodeAttributeArgument.cs
- StateChangeEvent.cs
- JsonReaderDelegator.cs
- columnmapfactory.cs
- AvtEvent.cs
- DocumentOrderQuery.cs
- UnorderedHashRepartitionStream.cs
- CompositeCollectionView.cs
- SmtpFailedRecipientException.cs
- XPathAncestorQuery.cs
- KeyMatchBuilder.cs
- ToolStripItemDesigner.cs
- hresults.cs
- Trigger.cs
- RemoteWebConfigurationHostStream.cs
- XmlnsDictionary.cs
- DefaultValueAttribute.cs
- TreeViewBindingsEditorForm.cs
- SqlUserDefinedAggregateAttribute.cs
- ResourceExpressionEditorSheet.cs
- PnrpPermission.cs
- ObjectDataSourceDisposingEventArgs.cs
- CaseInsensitiveComparer.cs
- KeyConstraint.cs
- TextEffect.cs
- ConfigXmlWhitespace.cs
- SHA512Managed.cs
- InProcStateClientManager.cs
- WindowsTooltip.cs
- Operator.cs
- XmlSchemaSimpleTypeRestriction.cs
- TypedElement.cs
- FormattedTextSymbols.cs
- CalendarAutoFormatDialog.cs
- HtmlTextArea.cs
- selecteditemcollection.cs
- SetterBaseCollection.cs
- XmlDocumentSurrogate.cs
- _emptywebproxy.cs
- UIElementPropertyUndoUnit.cs
- StatusBarPanelClickEvent.cs
- BaseCollection.cs
- ParameterReplacerVisitor.cs
- TypedTableBase.cs