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
- PropertyTabChangedEvent.cs
- AutoResizedEvent.cs
- XmlComment.cs
- ResXBuildProvider.cs
- ControlValuePropertyAttribute.cs
- PointLight.cs
- HostedTcpTransportManager.cs
- Visual3D.cs
- PageCatalogPart.cs
- OleDbDataAdapter.cs
- TouchesOverProperty.cs
- Line.cs
- HiddenFieldPageStatePersister.cs
- UpdateTranslator.cs
- FixedHighlight.cs
- PersistenceTypeAttribute.cs
- NestedContainer.cs
- CodePageEncoding.cs
- uribuilder.cs
- PageThemeCodeDomTreeGenerator.cs
- RoutedPropertyChangedEventArgs.cs
- QilInvoke.cs
- WindowsScrollBarBits.cs
- WebBaseEventKeyComparer.cs
- TraceListener.cs
- VectorAnimationUsingKeyFrames.cs
- SharedStatics.cs
- NullableConverter.cs
- MouseButton.cs
- KeyEvent.cs
- xdrvalidator.cs
- WaitHandleCannotBeOpenedException.cs
- BinHexEncoding.cs
- CustomDictionarySources.cs
- SqlRewriteScalarSubqueries.cs
- CalendarDay.cs
- BezierSegment.cs
- EditorPartCollection.cs
- SQLResource.cs
- SyndicationDeserializer.cs
- DesignerPerfEventProvider.cs
- SiteMapPath.cs
- BinarySerializer.cs
- ClientScriptManager.cs
- mediaeventshelper.cs
- MemberAccessException.cs
- DynamicVirtualDiscoSearcher.cs
- ParameterModifier.cs
- RIPEMD160Managed.cs
- MouseWheelEventArgs.cs
- PeerToPeerException.cs
- Dictionary.cs
- StringUtil.cs
- ArgIterator.cs
- BaseTransportHeaders.cs
- DataSourceView.cs
- SQLMoney.cs
- PersonalizationEntry.cs
- XmlDocumentViewSchema.cs
- VerticalAlignConverter.cs
- EnterpriseServicesHelper.cs
- ListBindingHelper.cs
- ListViewContainer.cs
- XmlSchemaType.cs
- SecurityManager.cs
- OLEDB_Enum.cs
- ArcSegment.cs
- SourceFileBuildProvider.cs
- _ShellExpression.cs
- BitmapCodecInfo.cs
- SudsCommon.cs
- TemplateControlParser.cs
- SqlMethodTransformer.cs
- ConfigurationElement.cs
- ColumnBinding.cs
- ComplexBindingPropertiesAttribute.cs
- XamlHostingSection.cs
- EntityDataSourceWrapper.cs
- LicFileLicenseProvider.cs
- UseLicense.cs
- BodyGlyph.cs
- DataGridViewCellStyle.cs
- RSACryptoServiceProvider.cs
- Soap.cs
- FigureParaClient.cs
- SwitchExpression.cs
- FrameworkContentElementAutomationPeer.cs
- DataRow.cs
- ColumnReorderedEventArgs.cs
- _PooledStream.cs
- BitmapCodecInfo.cs
- IntMinMaxAggregationOperator.cs
- login.cs
- PeerNameRegistration.cs
- SmtpDigestAuthenticationModule.cs
- TrustManagerPromptUI.cs
- DbTransaction.cs
- TextTabProperties.cs
- FontFamilyIdentifier.cs
- ListSortDescription.cs