Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / PathFigureCollection.cs / 1305600 / PathFigureCollection.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Markup; namespace System.Windows.Media { ////// The class definition for PathFigureCollection /// public sealed partial class PathFigureCollection : Animatable, IList, IList{ /// /// Can serialze "this" to a string. This returns true iff all of the PathFigures in the collection /// return true from their CanSerializeToString methods. /// internal bool CanSerializeToString() { bool canSerializeToString = true; for (int i=0; (i<_collection.Count) && canSerializeToString; i++) { canSerializeToString &= _collection[i].CanSerializeToString(); } return canSerializeToString; } } } // 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
- RelativeSource.cs
- ParentUndoUnit.cs
- StylusButtonEventArgs.cs
- AnnotationService.cs
- ReflectionUtil.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DependencyObjectProvider.cs
- EnvironmentPermission.cs
- XpsS0ValidatingLoader.cs
- ObjectViewListener.cs
- ManipulationDelta.cs
- PropertyEmitter.cs
- FunctionImportElement.cs
- HtmlImage.cs
- SqlDependency.cs
- TogglePattern.cs
- ThousandthOfEmRealDoubles.cs
- XmlSerializerFactory.cs
- login.cs
- NamespaceCollection.cs
- TabPanel.cs
- ListItemConverter.cs
- WindowsMenu.cs
- TypeGeneratedEventArgs.cs
- PropertyDescriptorCollection.cs
- InteropEnvironment.cs
- TransformerInfoCollection.cs
- MouseEvent.cs
- MatrixAnimationUsingKeyFrames.cs
- StringOutput.cs
- Lock.cs
- FormViewUpdateEventArgs.cs
- AuthenticationConfig.cs
- CurrentChangedEventManager.cs
- PathGeometry.cs
- ProxyElement.cs
- CompareValidator.cs
- CipherData.cs
- TypeProvider.cs
- LinqDataSource.cs
- ObjectListItemCollection.cs
- X509CertificateEndpointIdentity.cs
- XmlDocumentSurrogate.cs
- SystemSounds.cs
- WasEndpointConfigContainer.cs
- EntityCommandDefinition.cs
- CodeSubDirectory.cs
- ComponentResourceManager.cs
- OperationCanceledException.cs
- adornercollection.cs
- StrokeSerializer.cs
- HandlerElement.cs
- Attributes.cs
- IndexExpression.cs
- ElasticEase.cs
- SvcMapFile.cs
- XmlWriterSettings.cs
- StopStoryboard.cs
- EndpointDiscoveryMetadata11.cs
- RenameRuleObjectDialog.cs
- PageContentCollection.cs
- InteropBitmapSource.cs
- SerializerProvider.cs
- PreProcessor.cs
- EdmSchemaError.cs
- BamlStream.cs
- DynamicPropertyReader.cs
- ServicePointManagerElement.cs
- DiffuseMaterial.cs
- HelpFileFileNameEditor.cs
- DataGridViewColumnStateChangedEventArgs.cs
- CodeNamespaceCollection.cs
- ClientConfigurationSystem.cs
- DataServiceProviderWrapper.cs
- XmlSchemaValidationException.cs
- AsmxEndpointPickerExtension.cs
- ValidationError.cs
- _ShellExpression.cs
- Size.cs
- ResourcesBuildProvider.cs
- JsonQNameDataContract.cs
- BindableTemplateBuilder.cs
- RadioButton.cs
- Byte.cs
- CustomWebEventKey.cs
- NamedPipeTransportSecurityElement.cs
- CommonRemoteMemoryBlock.cs
- ResourceContainer.cs
- querybuilder.cs
- UnmanagedMemoryStreamWrapper.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- StatusBarPanelClickEvent.cs
- UnhandledExceptionEventArgs.cs
- SyndicationItem.cs
- DataGridViewColumnConverter.cs
- ScrollItemPattern.cs
- DesignerLinkAdapter.cs
- MouseGestureValueSerializer.cs
- QilFunction.cs
- PageContentCollection.cs