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
- FamilyCollection.cs
- FrameworkContentElement.cs
- SharedUtils.cs
- RawAppCommandInputReport.cs
- RangeValuePattern.cs
- DescendentsWalker.cs
- BaseTypeViewSchema.cs
- AuthenticatedStream.cs
- EnvelopeVersion.cs
- MembershipAdapter.cs
- AccessViolationException.cs
- LoginView.cs
- WebReferencesBuildProvider.cs
- ActiveXContainer.cs
- SchemaContext.cs
- DbProviderFactories.cs
- XmlNodeList.cs
- FormViewPagerRow.cs
- DecoderFallbackWithFailureFlag.cs
- Point3D.cs
- EntityContainerRelationshipSet.cs
- PointCollection.cs
- Nullable.cs
- Point4D.cs
- TextContainer.cs
- SignalGate.cs
- DataGridCommandEventArgs.cs
- ExceptionNotification.cs
- Unit.cs
- ExceptionHandlerDesigner.cs
- MonthChangedEventArgs.cs
- InvalidFilterCriteriaException.cs
- CfgArc.cs
- SerializableAttribute.cs
- JavascriptCallbackMessageInspector.cs
- HttpStaticObjectsCollectionBase.cs
- PatternMatchRules.cs
- PathSegmentCollection.cs
- WebBrowserNavigatingEventHandler.cs
- DesignTableCollection.cs
- Wildcard.cs
- Journal.cs
- TextParagraphCache.cs
- CacheChildrenQuery.cs
- CodeMethodInvokeExpression.cs
- TextRangeBase.cs
- HuffCodec.cs
- FontSizeConverter.cs
- ParserExtension.cs
- WSDualHttpBindingCollectionElement.cs
- HtmlInputImage.cs
- QuaternionIndependentAnimationStorage.cs
- SafeRightsManagementQueryHandle.cs
- ToolStripMenuItem.cs
- HtmlGenericControl.cs
- WebConfigurationHost.cs
- XdrBuilder.cs
- Win32SafeHandles.cs
- LogicalTreeHelper.cs
- LinqDataSourceInsertEventArgs.cs
- CdpEqualityComparer.cs
- DataGridViewSelectedCellCollection.cs
- PanelDesigner.cs
- BigInt.cs
- XmlDocumentFragment.cs
- PathParser.cs
- PathData.cs
- LogFlushAsyncResult.cs
- SoapAttributes.cs
- TextSelectionProcessor.cs
- NonClientArea.cs
- FixedSOMPage.cs
- XmlDeclaration.cs
- IdentityManager.cs
- ProxySimple.cs
- WebBrowserPermission.cs
- FixedPageStructure.cs
- CheckBoxPopupAdapter.cs
- LinkButton.cs
- SafeBitVector32.cs
- WebPartDescriptionCollection.cs
- TextBox.cs
- PublishLicense.cs
- SpecialFolderEnumConverter.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- XamlFilter.cs
- securitycriticaldataformultiplegetandset.cs
- ResourceProviderFactory.cs
- Logging.cs
- ConnectorMovedEventArgs.cs
- TraceHandlerErrorFormatter.cs
- LinqDataView.cs
- TextAction.cs
- _BaseOverlappedAsyncResult.cs
- LateBoundBitmapDecoder.cs
- XmlValidatingReaderImpl.cs
- XmlDataDocument.cs
- SafePointer.cs
- DocumentNUp.cs
- GZipObjectSerializer.cs