Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / PathFigureCollection.cs / 1 / 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.
//----------------------------------------------------------------------------
//
//
// 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
- XamlToRtfWriter.cs
- ZoomPercentageConverter.cs
- ListViewUpdateEventArgs.cs
- TemplateKeyConverter.cs
- ZoneMembershipCondition.cs
- TransformGroup.cs
- BasicDesignerLoader.cs
- TableItemProviderWrapper.cs
- OrderedDictionary.cs
- ConfigXmlWhitespace.cs
- CodeSnippetCompileUnit.cs
- SmtpReplyReader.cs
- Int32.cs
- FormsAuthenticationConfiguration.cs
- FatalException.cs
- Stack.cs
- SymLanguageType.cs
- SerializerDescriptor.cs
- OpCodes.cs
- InputLanguage.cs
- SerTrace.cs
- ActivityDesignerAccessibleObject.cs
- ReversePositionQuery.cs
- IPHostEntry.cs
- SecurityKeyUsage.cs
- WebCategoryAttribute.cs
- EntityDataSourceView.cs
- XPathNodeInfoAtom.cs
- LifetimeServices.cs
- ObjectDisposedException.cs
- SamlAction.cs
- ASCIIEncoding.cs
- TrueReadOnlyCollection.cs
- KeySpline.cs
- ISessionStateStore.cs
- RenderOptions.cs
- ListBox.cs
- XmlAnyElementAttributes.cs
- PasswordBoxAutomationPeer.cs
- mactripleDES.cs
- OpacityConverter.cs
- SelectionWordBreaker.cs
- ExpressionBuilder.cs
- DataGridTable.cs
- DataGridViewCell.cs
- IconHelper.cs
- CommandHelpers.cs
- HostedElements.cs
- CriticalFinalizerObject.cs
- UserControlBuildProvider.cs
- DataRecordInfo.cs
- CriticalFinalizerObject.cs
- ZipIOLocalFileHeader.cs
- TextBox.cs
- ConstructorExpr.cs
- WriteableOnDemandPackagePart.cs
- SapiInterop.cs
- ColumnReorderedEventArgs.cs
- FixedSOMPageElement.cs
- WindowsIdentity.cs
- DBParameter.cs
- AutomationIdentifier.cs
- ObjectReaderCompiler.cs
- DBPropSet.cs
- SymbolDocumentGenerator.cs
- HttpProfileBase.cs
- OracleEncoding.cs
- XmlTextAttribute.cs
- SharedUtils.cs
- XmlnsCache.cs
- DrawingGroup.cs
- CollectionViewSource.cs
- UnsignedPublishLicense.cs
- _ScatterGatherBuffers.cs
- Matrix3D.cs
- XslException.cs
- RadioButton.cs
- TimelineGroup.cs
- Panel.cs
- DeferredReference.cs
- HtmlLink.cs
- DependencyProperty.cs
- ErrorTolerantObjectWriter.cs
- OptimizerPatterns.cs
- DeleteHelper.cs
- FunctionQuery.cs
- Compensation.cs
- BCryptNative.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- XmlSchemaNotation.cs
- DocumentOrderQuery.cs
- PieceDirectory.cs
- DataGridAddNewRow.cs
- ConfigXmlComment.cs
- VirtualPathProvider.cs
- PreservationFileReader.cs
- ObjectPersistData.cs
- Column.cs
- ScriptMethodAttribute.cs
- CopyNamespacesAction.cs