Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / WorkflowApplicationEventArgs.cs / 1305376 / WorkflowApplicationEventArgs.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.Activities
{
using System;
using System.Collections.Generic;
using System.Runtime;
[Fx.Tag.XamlVisible(false)]
public class WorkflowApplicationEventArgs : EventArgs
{
internal WorkflowApplicationEventArgs(WorkflowApplication application)
{
this.Owner = application;
}
internal WorkflowApplication Owner
{
get;
private set;
}
public Guid InstanceId
{
get
{
return this.Owner.Id;
}
}
public IEnumerable GetInstanceExtensions()
where T : class
{
return this.Owner.InternalGetExtensions();
}
}
}
// 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
- XmlSchemaAnnotated.cs
- HttpRawResponse.cs
- SqlGatherConsumedAliases.cs
- DrawingContextDrawingContextWalker.cs
- OrderedDictionary.cs
- BaseUriHelper.cs
- ObjectDataSourceEventArgs.cs
- GridItemCollection.cs
- ACE.cs
- ZipIOLocalFileDataDescriptor.cs
- IndexingContentUnit.cs
- ArgumentsParser.cs
- _FtpDataStream.cs
- RequiredAttributeAttribute.cs
- WebBrowserContainer.cs
- ToolStripTextBox.cs
- DateTimeConstantAttribute.cs
- VarRefManager.cs
- SqlSupersetValidator.cs
- RegexRunner.cs
- ByeMessageCD1.cs
- GuidTagList.cs
- SafeReversePInvokeHandle.cs
- AuthenticatingEventArgs.cs
- SelectionChangedEventArgs.cs
- RichListBox.cs
- HtmlControl.cs
- SafeHandle.cs
- VoiceChangeEventArgs.cs
- RegexFCD.cs
- TypeBuilder.cs
- DbExpressionBuilder.cs
- UriTemplateMatch.cs
- PhonemeConverter.cs
- PresentationTraceSources.cs
- PropertyManager.cs
- DataTableCollection.cs
- ProjectionPruner.cs
- diagnosticsswitches.cs
- SmiMetaDataProperty.cs
- GZipDecoder.cs
- DataGridColumnStyleMappingNameEditor.cs
- LineMetrics.cs
- VersionValidator.cs
- HitTestWithPointDrawingContextWalker.cs
- Automation.cs
- OuterGlowBitmapEffect.cs
- CorrelationTokenTypeConvertor.cs
- ExtendedPropertyDescriptor.cs
- DetailsViewUpdateEventArgs.cs
- CacheSection.cs
- HebrewNumber.cs
- ReceiveCompletedEventArgs.cs
- CodeGotoStatement.cs
- ICollection.cs
- HttpFileCollection.cs
- WebPermission.cs
- WinInetCache.cs
- RawStylusActions.cs
- ProgressPage.cs
- FactoryRecord.cs
- BaseEntityWrapper.cs
- TableItemPattern.cs
- ProxyGenerationError.cs
- DNS.cs
- FindCompletedEventArgs.cs
- KnownTypeDataContractResolver.cs
- EntityKeyElement.cs
- UnsafeNativeMethodsCLR.cs
- SslStream.cs
- XmlBinaryReader.cs
- TextChange.cs
- SettingsPropertyCollection.cs
- ListControlConvertEventArgs.cs
- TreeNodeCollectionEditor.cs
- StringDictionaryCodeDomSerializer.cs
- WebPartCancelEventArgs.cs
- DriveInfo.cs
- XmlSchemaSequence.cs
- XhtmlBasicLinkAdapter.cs
- TransactionFormatter.cs
- SqlExpressionNullability.cs
- XhtmlBasicImageAdapter.cs
- ObjectComplexPropertyMapping.cs
- XmlQuerySequence.cs
- ItemsControl.cs
- MultiPropertyDescriptorGridEntry.cs
- PersonalizableAttribute.cs
- VirtualDirectoryMappingCollection.cs
- XmlSchemaAnnotated.cs
- TypeSystem.cs
- FormViewPageEventArgs.cs
- counter.cs
- DesigntimeLicenseContextSerializer.cs
- DotExpr.cs
- ListenerBinder.cs
- StickyNote.cs
- ServiceBuildProvider.cs
- WindowsTitleBar.cs
- AuthStoreRoleProvider.cs