Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / LocationReferenceEnvironment.cs / 1305376 / LocationReferenceEnvironment.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System; using System.Activities.Hosting; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Runtime; using System.Activities.Validation; [Fx.Tag.XamlVisible(false)] public abstract class LocationReferenceEnvironment { protected LocationReferenceEnvironment() { } public abstract Activity Root { get; } public LocationReferenceEnvironment Parent { get; protected set; } public abstract bool IsVisible(LocationReference locationReference); public abstract bool TryGetLocationReference(string name, out LocationReference result); public abstract IEnumerableGetLocationReferences(); } } // 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
- LogWriteRestartAreaAsyncResult.cs
- LayoutEvent.cs
- EventProvider.cs
- HttpErrorTraceRecord.cs
- EntityException.cs
- BrowserCapabilitiesFactory.cs
- DCSafeHandle.cs
- SoapObjectInfo.cs
- ViewBox.cs
- ElementProxy.cs
- GridViewAutomationPeer.cs
- GridViewSortEventArgs.cs
- Subset.cs
- FtpWebResponse.cs
- Selection.cs
- ContentElement.cs
- Inline.cs
- HasCopySemanticsAttribute.cs
- DataViewSettingCollection.cs
- Literal.cs
- HashCryptoHandle.cs
- CryptoStream.cs
- AlphaSortedEnumConverter.cs
- TaiwanCalendar.cs
- IntSecurity.cs
- NetMsmqBindingCollectionElement.cs
- BinHexEncoder.cs
- DateTimeFormat.cs
- PartialCachingAttribute.cs
- Math.cs
- grammarelement.cs
- RepeaterDataBoundAdapter.cs
- FrameworkContextData.cs
- NullableFloatMinMaxAggregationOperator.cs
- IOThreadScheduler.cs
- DataControlFieldCell.cs
- PermissionSet.cs
- Screen.cs
- DiscoveryVersion.cs
- IApplicationTrustManager.cs
- Tablet.cs
- ObjectViewEntityCollectionData.cs
- OracleDateTime.cs
- XmlSchemaValidationException.cs
- WebBrowserNavigatedEventHandler.cs
- DataExpression.cs
- ScriptMethodAttribute.cs
- Command.cs
- LogoValidationException.cs
- XslTransformFileEditor.cs
- NamespaceDisplay.xaml.cs
- WebPartDeleteVerb.cs
- TreeViewItem.cs
- HttpValueCollection.cs
- ByteAnimation.cs
- DependencyObject.cs
- MarginCollapsingState.cs
- HtmlInputReset.cs
- ThemeableAttribute.cs
- ComplexBindingPropertiesAttribute.cs
- SimpleRecyclingCache.cs
- DesignerValidatorAdapter.cs
- EndOfStreamException.cs
- UserControl.cs
- SqlDataSourceCommandEventArgs.cs
- Point3DAnimationUsingKeyFrames.cs
- ToolboxItem.cs
- GridViewHeaderRowPresenter.cs
- SqlStream.cs
- ContainerAction.cs
- EntityProviderServices.cs
- DefaultEventAttribute.cs
- parserscommon.cs
- UserControl.cs
- Array.cs
- XamlParser.cs
- XmlSchemaAnnotated.cs
- MetafileHeader.cs
- CommandCollectionEditor.cs
- XmlIterators.cs
- RelationshipConstraintValidator.cs
- RowTypeElement.cs
- OrCondition.cs
- ScrollChangedEventArgs.cs
- _StreamFramer.cs
- ClaimTypes.cs
- _TLSstream.cs
- StringWriter.cs
- PrefixQName.cs
- ClipboardProcessor.cs
- SessionStateItemCollection.cs
- SByteConverter.cs
- PointCollectionValueSerializer.cs
- WebServiceErrorEvent.cs
- FixedSOMPage.cs
- IriParsingElement.cs
- EntityException.cs
- SessionStateModule.cs
- GPPOINT.cs
- ListViewInsertionMark.cs