Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / WorkflowApplicationIdleEventArgs.cs / 1305376 / WorkflowApplicationIdleEventArgs.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System.Activities.Hosting; using System.Collections.ObjectModel; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class WorkflowApplicationIdleEventArgs : WorkflowApplicationEventArgs { ReadOnlyCollectionbookmarks; internal WorkflowApplicationIdleEventArgs(WorkflowApplication application) : base(application) { } public ReadOnlyCollection Bookmarks { get { if (this.bookmarks == null) { this.bookmarks = this.Owner.GetBookmarksForIdle(); } return this.bookmarks; } } } } // 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
- EventDescriptorCollection.cs
- DataGridViewHitTestInfo.cs
- TextElement.cs
- CacheSection.cs
- ContentElementAutomationPeer.cs
- HorizontalAlignConverter.cs
- DataGridrowEditEndingEventArgs.cs
- ObjectViewFactory.cs
- ChainOfDependencies.cs
- DataListCommandEventArgs.cs
- ItemType.cs
- KnownAssemblyEntry.cs
- _BasicClient.cs
- Animatable.cs
- MessageFormatterConverter.cs
- ContextMenu.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- Int32CAMarshaler.cs
- IntersectQueryOperator.cs
- SyndicationLink.cs
- ControlAdapter.cs
- XPathNodeHelper.cs
- PathBox.cs
- DiscoveryServerProtocol.cs
- FileSystemInfo.cs
- IndexedString.cs
- XmlSerializationGeneratedCode.cs
- VisualBasicSettingsHandler.cs
- TypeConverterAttribute.cs
- Semaphore.cs
- CryptoKeySecurity.cs
- ObservableCollection.cs
- FilterableAttribute.cs
- PermissionToken.cs
- EventToken.cs
- ScriptManager.cs
- SiteMapNodeItem.cs
- TextEditorParagraphs.cs
- HandlerMappingMemo.cs
- DataObject.cs
- ObjectToIdCache.cs
- SynchronizedInputAdaptor.cs
- RunInstallerAttribute.cs
- TextBox.cs
- DataGridViewCellValueEventArgs.cs
- DBProviderConfigurationHandler.cs
- XsltContext.cs
- MasterPageBuildProvider.cs
- ContextInformation.cs
- UIElement3D.cs
- AssemblyBuilder.cs
- RC2.cs
- SettingsSection.cs
- StylusPlugin.cs
- Propagator.ExtentPlaceholderCreator.cs
- SqlFactory.cs
- PasswordRecovery.cs
- SplitterCancelEvent.cs
- Int64KeyFrameCollection.cs
- TrackingServices.cs
- StreamBodyWriter.cs
- DataKeyPropertyAttribute.cs
- PropertyTabAttribute.cs
- PathSegment.cs
- CodeObjectCreateExpression.cs
- WebPartUtil.cs
- Funcletizer.cs
- TypefaceMetricsCache.cs
- PolyQuadraticBezierSegment.cs
- NetworkCredential.cs
- MimeTypeMapper.cs
- BufferModeSettings.cs
- OrderedHashRepartitionEnumerator.cs
- SafeRightsManagementQueryHandle.cs
- RowsCopiedEventArgs.cs
- ScriptResourceInfo.cs
- TableLayoutStyle.cs
- Size3DValueSerializer.cs
- EastAsianLunisolarCalendar.cs
- XmlSchemaSimpleType.cs
- ScrollBar.cs
- WebEventTraceProvider.cs
- OrderByExpression.cs
- ConstraintConverter.cs
- LicenseProviderAttribute.cs
- DoubleLink.cs
- Char.cs
- GridViewRowEventArgs.cs
- LineMetrics.cs
- _IPv4Address.cs
- GridViewUpdateEventArgs.cs
- VectorConverter.cs
- TemplateLookupAction.cs
- _CookieModule.cs
- FormClosingEvent.cs
- AttachedPropertyMethodSelector.cs
- Utils.cs
- HyperLinkStyle.cs
- HtmlContainerControl.cs
- XamlTemplateSerializer.cs