Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / DrawingCollection.cs / 1 / DrawingCollection.cs
//---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: This file contains non-generated DrawingCollection // methods. // // History: // // 2005/03/18 : timothyc - Created it. // //--------------------------------------------------------------------------- using System.Collections; using System.Collections.Generic; using System.Windows.Media.Animation; using System.Windows.Markup; namespace System.Windows.Media { ////// Collection of Drawing objects /// public sealed partial class DrawingCollection : Animatable, IList, IList{ /// /// Appends the entire input DrawingCollection, while only firing a single set of /// public events. If an exception is thrown from the public events, the /// Append operation is rolled back. /// internal void TransactionalAppend(DrawingCollection collectionToAppend) { // Use appendCount to avoid inconsistencies & runaway loops when // this == collectionToAppend, and to ensure collectionToAppend.Count // is only evaluated once. int appendCount = collectionToAppend.Count; // First, append the collection for(int i = 0; i < appendCount; i++) { AddWithoutFiringPublicEvents(collectionToAppend.Internal_GetItem(i)); } // Fire the public Changed event after all the elements have been added. // // If an exception is thrown, then the Append operation is rolled-back without // firing additional events. try { FireChanged(); } catch (Exception) { // Compute the number of elements that existed before the append int beforeAppendCount = Count - appendCount; // Remove the appended elements in reverse order without firing Changed events. for ( int i = Count - 1; // Start at the current last index i >= beforeAppendCount; // Until the previous last index i-- // Move to the preceding index ) { RemoveAtWithoutFiringPublicEvents(i); } // Avoid firing WritePostscript events (e.g., OnChanged) after rolling-back // the current operation. // // This ensures that only a single set of events is fired for both exceptional & // typical cases, and it's likely that firing events would cause another exception. throw; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: This file contains non-generated DrawingCollection // methods. // // History: // // 2005/03/18 : timothyc - Created it. // //--------------------------------------------------------------------------- using System.Collections; using System.Collections.Generic; using System.Windows.Media.Animation; using System.Windows.Markup; namespace System.Windows.Media { ////// Collection of Drawing objects /// public sealed partial class DrawingCollection : Animatable, IList, IList{ /// /// Appends the entire input DrawingCollection, while only firing a single set of /// public events. If an exception is thrown from the public events, the /// Append operation is rolled back. /// internal void TransactionalAppend(DrawingCollection collectionToAppend) { // Use appendCount to avoid inconsistencies & runaway loops when // this == collectionToAppend, and to ensure collectionToAppend.Count // is only evaluated once. int appendCount = collectionToAppend.Count; // First, append the collection for(int i = 0; i < appendCount; i++) { AddWithoutFiringPublicEvents(collectionToAppend.Internal_GetItem(i)); } // Fire the public Changed event after all the elements have been added. // // If an exception is thrown, then the Append operation is rolled-back without // firing additional events. try { FireChanged(); } catch (Exception) { // Compute the number of elements that existed before the append int beforeAppendCount = Count - appendCount; // Remove the appended elements in reverse order without firing Changed events. for ( int i = Count - 1; // Start at the current last index i >= beforeAppendCount; // Until the previous last index i-- // Move to the preceding index ) { RemoveAtWithoutFiringPublicEvents(i); } // Avoid firing WritePostscript events (e.g., OnChanged) after rolling-back // the current operation. // // This ensures that only a single set of events is fired for both exceptional & // typical cases, and it's likely that firing events would cause another exception. throw; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- URL.cs
- Type.cs
- AttributeSetAction.cs
- CqlLexerHelpers.cs
- DataGridColumnCollection.cs
- SafeLibraryHandle.cs
- SkipQueryOptionExpression.cs
- TableSectionStyle.cs
- PKCS1MaskGenerationMethod.cs
- MulticastOption.cs
- HostProtectionException.cs
- XmlDocumentType.cs
- LoginName.cs
- IndentedTextWriter.cs
- OutgoingWebResponseContext.cs
- HotCommands.cs
- DataGridViewRowPrePaintEventArgs.cs
- NodeCounter.cs
- PersianCalendar.cs
- KeyGestureValueSerializer.cs
- BmpBitmapDecoder.cs
- UrlRoutingModule.cs
- ViewGenResults.cs
- BatchParser.cs
- InputScopeConverter.cs
- CollectionDataContractAttribute.cs
- ExpressionReplacer.cs
- EmptyCollection.cs
- MemoryMappedViewStream.cs
- SafeSecurityHelper.cs
- SuppressMessageAttribute.cs
- RootAction.cs
- LineSegment.cs
- KeyNotFoundException.cs
- XmlDocumentType.cs
- FormViewDesigner.cs
- PeerNameRecord.cs
- FramingFormat.cs
- StatusBarPanelClickEvent.cs
- AttributeCollection.cs
- MethodAccessException.cs
- AspNetSynchronizationContext.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- PropertyTabChangedEvent.cs
- SoapServerMessage.cs
- WCFModelStrings.Designer.cs
- ModelItemCollection.cs
- ImageBrush.cs
- TextEffect.cs
- FloaterParagraph.cs
- TdsRecordBufferSetter.cs
- LinqDataSourceDeleteEventArgs.cs
- ALinqExpressionVisitor.cs
- BrowserCapabilitiesCompiler.cs
- RouteItem.cs
- UTF7Encoding.cs
- DocumentSchemaValidator.cs
- InheritanceContextChangedEventManager.cs
- ToolStripDropDownClosingEventArgs.cs
- DelayedRegex.cs
- GradientPanel.cs
- ComplexTypeEmitter.cs
- Stylesheet.cs
- WhiteSpaceTrimStringConverter.cs
- KnownAssembliesSet.cs
- Closure.cs
- NullableLongAverageAggregationOperator.cs
- CodeAssignStatement.cs
- TableCellsCollectionEditor.cs
- DataGridViewColumnCollectionEditor.cs
- DataGrid.cs
- DbMetaDataFactory.cs
- GeometryDrawing.cs
- TPLETWProvider.cs
- RegexRunner.cs
- ToolBarOverflowPanel.cs
- UriSection.cs
- _RequestCacheProtocol.cs
- HttpApplicationFactory.cs
- PropertyGeneratedEventArgs.cs
- TokenCreationParameter.cs
- SettingsPropertyCollection.cs
- GridViewSelectEventArgs.cs
- _IPv6Address.cs
- DataGridViewIntLinkedList.cs
- Line.cs
- DataServiceQueryException.cs
- DataControlCommands.cs
- columnmapkeybuilder.cs
- XmlIterators.cs
- ProcessHostServerConfig.cs
- DataDocumentXPathNavigator.cs
- DictionaryTraceRecord.cs
- ImageSource.cs
- WebPartZoneDesigner.cs
- ActivityTypeCodeDomSerializer.cs
- XmlWriterTraceListener.cs
- ClientEventManager.cs
- StrokeRenderer.cs
- LocalIdKeyIdentifierClause.cs