Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------- // 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
- TypeLoader.cs
- ButtonBaseAutomationPeer.cs
- MinMaxParagraphWidth.cs
- ScriptingAuthenticationServiceSection.cs
- SHA1.cs
- UrlMappingsSection.cs
- LoadItemsEventArgs.cs
- TaskFileService.cs
- AddInDeploymentState.cs
- UriTemplateVariableQueryValue.cs
- RoutedEventArgs.cs
- JsonFormatGeneratorStatics.cs
- DBCSCodePageEncoding.cs
- TypeGeneratedEventArgs.cs
- InputManager.cs
- TransformConverter.cs
- PresentationAppDomainManager.cs
- LOSFormatter.cs
- _SslStream.cs
- WindowInteractionStateTracker.cs
- Helper.cs
- SystemNetworkInterface.cs
- SvcFileManager.cs
- DynamicExpression.cs
- LazyInitializer.cs
- XmlEnumAttribute.cs
- listviewsubitemcollectioneditor.cs
- WriteStateInfoBase.cs
- BinaryUtilClasses.cs
- BaseDataList.cs
- NativeMethods.cs
- FileSystemEventArgs.cs
- ActivityBindForm.Designer.cs
- SqlDataSourceEnumerator.cs
- XmlAttributeAttribute.cs
- BitmapPalette.cs
- ProfileEventArgs.cs
- FreezableDefaultValueFactory.cs
- ObjectQueryState.cs
- ImageResources.Designer.cs
- ProcessThread.cs
- SHA256.cs
- DefaultPropertyAttribute.cs
- ColorBlend.cs
- DoubleCollectionConverter.cs
- LocatorGroup.cs
- SqlDeflator.cs
- SaveFileDialog.cs
- DependsOnAttribute.cs
- ModuleBuilderData.cs
- GraphicsContext.cs
- OrderedDictionary.cs
- OracleInfoMessageEventArgs.cs
- DbMetaDataFactory.cs
- SqlDataSource.cs
- DateRangeEvent.cs
- COSERVERINFO.cs
- EntitySqlQueryBuilder.cs
- ConfigXmlReader.cs
- ComplexTypeEmitter.cs
- SplineKeyFrames.cs
- ProfileProvider.cs
- ListViewHitTestInfo.cs
- safelink.cs
- ArithmeticException.cs
- HierarchicalDataBoundControl.cs
- GeneralTransform.cs
- CollectionView.cs
- WebPartZone.cs
- StreamAsIStream.cs
- SupportingTokenProviderSpecification.cs
- ObjectManager.cs
- COM2IDispatchConverter.cs
- EDesignUtil.cs
- TraceXPathNavigator.cs
- ToolStripScrollButton.cs
- SafeRightsManagementHandle.cs
- WebPartActionVerb.cs
- ColorKeyFrameCollection.cs
- RijndaelManaged.cs
- KeyInterop.cs
- BufferModesCollection.cs
- ColorMatrix.cs
- DefaultEvaluationContext.cs
- DoubleAnimation.cs
- SchemaUtility.cs
- ParseNumbers.cs
- SqlNodeAnnotation.cs
- DataGridTable.cs
- GatewayDefinition.cs
- HTTP_SERVICE_CONFIG_URLACL_PARAM.cs
- MouseButton.cs
- WhereQueryOperator.cs
- ReceiveMessageRecord.cs
- DataTemplateSelector.cs
- CacheSection.cs
- CompressionTransform.cs
- WebPartConnectionsEventArgs.cs
- ColorInterpolationModeValidation.cs
- GlyphsSerializer.cs