Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / Xaml / ShimAsPublicXamlType.cs / 1305376 / ShimAsPublicXamlType.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation.Xaml { using System.Xaml; // Class that takes a non-public type and acts as if it were public. // Allows us to save ErrorActivitys without making that type public. class ShimAsPublicXamlType : XamlType { public ShimAsPublicXamlType(Type type, XamlSchemaContext schemaContext) : base(type, schemaContext) { } protected override bool LookupIsPublic() { return true; } } } // 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
- VerticalAlignConverter.cs
- PanelDesigner.cs
- UdpSocketReceiveManager.cs
- CompensableActivity.cs
- ISAPIWorkerRequest.cs
- ItemsControlAutomationPeer.cs
- NestedContainer.cs
- PackUriHelper.cs
- WebPartHelpVerb.cs
- RemotingException.cs
- Run.cs
- FileDialogCustomPlace.cs
- SafeRightsManagementHandle.cs
- X509Certificate2.cs
- AdPostCacheSubstitution.cs
- PkcsUtils.cs
- DesignerHelpers.cs
- HashCodeCombiner.cs
- StrongNamePublicKeyBlob.cs
- Timer.cs
- ClonableStack.cs
- SqlWebEventProvider.cs
- CommonServiceBehaviorElement.cs
- Button.cs
- Debugger.cs
- NGCPageContentCollectionSerializerAsync.cs
- RuntimeTransactionHandle.cs
- Int32AnimationBase.cs
- SignedInfo.cs
- TextBox.cs
- SID.cs
- CompModSwitches.cs
- CheckBoxBaseAdapter.cs
- TextServicesHost.cs
- XmlTypeMapping.cs
- Sequence.cs
- baseshape.cs
- TriState.cs
- SortKey.cs
- FixedSOMGroup.cs
- NetCodeGroup.cs
- NativeConfigurationLoader.cs
- AssemblyBuilderData.cs
- VectorAnimationBase.cs
- PipelineModuleStepContainer.cs
- AsyncOperation.cs
- HttpListener.cs
- RichTextBoxConstants.cs
- EntityProviderServices.cs
- ClientSideQueueItem.cs
- PolicyException.cs
- UserPersonalizationStateInfo.cs
- XmlExceptionHelper.cs
- CompositeFontFamily.cs
- NotifyParentPropertyAttribute.cs
- PropertyCollection.cs
- DesigntimeLicenseContextSerializer.cs
- ThreadSafeList.cs
- CellTreeNodeVisitors.cs
- XmlILOptimizerVisitor.cs
- EnumerationRangeValidationUtil.cs
- DBCommand.cs
- PrintController.cs
- SAPIEngineTypes.cs
- TreeNodeCollection.cs
- SHA1Cng.cs
- rsa.cs
- DefaultTypeArgumentAttribute.cs
- ManifestResourceInfo.cs
- TdsParserSessionPool.cs
- ProviderManager.cs
- TableItemProviderWrapper.cs
- oledbmetadatacollectionnames.cs
- DataBoundControlAdapter.cs
- GridSplitterAutomationPeer.cs
- RequestQueryProcessor.cs
- ProjectionPruner.cs
- GridViewItemAutomationPeer.cs
- EdgeModeValidation.cs
- SessionStateSection.cs
- DesignTimeDataBinding.cs
- AutoResizedEvent.cs
- ContentElementAutomationPeer.cs
- _Rfc2616CacheValidators.cs
- XmlDataDocument.cs
- DirectoryInfo.cs
- RuntimeArgumentHandle.cs
- SrgsGrammarCompiler.cs
- XmlSchemaComplexContent.cs
- ChannelTraceRecord.cs
- XmlProcessingInstruction.cs
- ExitEventArgs.cs
- TextRenderer.cs
- PrimitiveXmlSerializers.cs
- OutputCacheModule.cs
- InvalidWMPVersionException.cs
- ObjectMemberMapping.cs
- SpecialFolderEnumConverter.cs
- Geometry.cs
- IndexedGlyphRun.cs