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
- MonikerSyntaxException.cs
- QueryStringParameter.cs
- PhysicalFontFamily.cs
- UnionQueryOperator.cs
- ErasingStroke.cs
- ContextMenu.cs
- StickyNote.cs
- xmlglyphRunInfo.cs
- SpeechSeg.cs
- OracleSqlParser.cs
- Span.cs
- ApplicationSettingsBase.cs
- SchemaLookupTable.cs
- Context.cs
- CalendarDayButton.cs
- ServicesUtilities.cs
- VisualStyleInformation.cs
- Function.cs
- PageRanges.cs
- PageStatePersister.cs
- XPathDocumentNavigator.cs
- LabelAutomationPeer.cs
- TypeSystem.cs
- ExecutedRoutedEventArgs.cs
- BatchParser.cs
- CryptoConfig.cs
- FontUnitConverter.cs
- DetailsViewUpdateEventArgs.cs
- DelayDesigner.cs
- CodeAccessSecurityEngine.cs
- ExpandCollapsePattern.cs
- EntityDataSourceStatementEditorForm.cs
- XPathNavigatorKeyComparer.cs
- ProfileGroupSettingsCollection.cs
- WebException.cs
- XPathNavigatorReader.cs
- UnhandledExceptionEventArgs.cs
- SafeRightsManagementQueryHandle.cs
- HostSecurityManager.cs
- XamlSerializerUtil.cs
- DataPointer.cs
- Compiler.cs
- PreProcessInputEventArgs.cs
- BrowserCapabilitiesFactoryBase.cs
- ConsoleKeyInfo.cs
- SQLBoolean.cs
- COM2TypeInfoProcessor.cs
- PointHitTestParameters.cs
- CodeTypeMember.cs
- ChameleonKey.cs
- MinMaxParagraphWidth.cs
- BitmapImage.cs
- VirtualPathProvider.cs
- StrokeDescriptor.cs
- GroupQuery.cs
- EntityDesignPluralizationHandler.cs
- EmptyEnumerator.cs
- XmlTextReader.cs
- RoleManagerSection.cs
- SqlNode.cs
- DefaultHttpHandler.cs
- WebBrowserHelper.cs
- ContextQuery.cs
- ProtectedConfiguration.cs
- EditorAttribute.cs
- FormClosingEvent.cs
- HMACRIPEMD160.cs
- ProviderIncompatibleException.cs
- MsdtcClusterUtils.cs
- CannotUnloadAppDomainException.cs
- BinaryReader.cs
- IgnoreFlushAndCloseStream.cs
- XmlStreamStore.cs
- WasHostedComPlusFactory.cs
- DefaultAuthorizationContext.cs
- ToolStripDropDownButton.cs
- HashLookup.cs
- SubpageParaClient.cs
- DataSourceCollectionBase.cs
- SqlMethodTransformer.cs
- RewritingProcessor.cs
- SyndicationSerializer.cs
- ServicePoint.cs
- MetadataAssemblyHelper.cs
- StringFreezingAttribute.cs
- hwndwrapper.cs
- BindingList.cs
- AggregateNode.cs
- BamlBinaryReader.cs
- PreservationFileWriter.cs
- CheckBoxRenderer.cs
- BindingCompleteEventArgs.cs
- WsdlServiceChannelBuilder.cs
- SqlBulkCopyColumnMappingCollection.cs
- PageWrapper.cs
- XmlSerializerVersionAttribute.cs
- ResourceContainer.cs
- EncoderExceptionFallback.cs
- CompensationParticipant.cs
- ContainsSearchOperator.cs