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
- ParsedAttributeCollection.cs
- SystemDropShadowChrome.cs
- DataControlImageButton.cs
- Pkcs7Recipient.cs
- XPathException.cs
- XsltInput.cs
- URLEditor.cs
- QilInvokeEarlyBound.cs
- Int32RectConverter.cs
- BuildProviderCollection.cs
- InvalidComObjectException.cs
- PathGradientBrush.cs
- Matrix.cs
- StringComparer.cs
- FixedTextBuilder.cs
- WorkflowQueue.cs
- RedirectionProxy.cs
- StateElement.cs
- GetFileNameResult.cs
- AcceleratedTokenProvider.cs
- TreeIterator.cs
- LayoutEvent.cs
- StickyNote.cs
- QueryParameter.cs
- EventLogPermissionAttribute.cs
- SecurityTokenException.cs
- DataViewSettingCollection.cs
- Byte.cs
- PresentationSource.cs
- X509Certificate2Collection.cs
- UInt16.cs
- CurrentChangingEventManager.cs
- Emitter.cs
- CrossAppDomainChannel.cs
- ToolStripDropDownItem.cs
- UIElement.cs
- CompositeTypefaceMetrics.cs
- TypeSchema.cs
- dbenumerator.cs
- ManagementClass.cs
- SmiContext.cs
- StylusSystemGestureEventArgs.cs
- UnsafeNativeMethods.cs
- ReadContentAsBinaryHelper.cs
- DataGridCheckBoxColumn.cs
- MailAddress.cs
- SqlXml.cs
- TextTreeTextNode.cs
- ExeConfigurationFileMap.cs
- OperationAbortedException.cs
- EncodingStreamWrapper.cs
- MarkupExtensionParser.cs
- DataServiceRequestException.cs
- LogPolicy.cs
- Misc.cs
- Instrumentation.cs
- AssertSection.cs
- StringKeyFrameCollection.cs
- GridViewCommandEventArgs.cs
- ReadOnlyMetadataCollection.cs
- ListSourceHelper.cs
- BezierSegment.cs
- BitmapData.cs
- CompensateDesigner.cs
- AVElementHelper.cs
- MasterPageParser.cs
- DataStreamFromComStream.cs
- LinkedList.cs
- DbParameterCollectionHelper.cs
- ReflectPropertyDescriptor.cs
- PaperSize.cs
- ResourceExpressionEditor.cs
- XmlDocumentFragment.cs
- translator.cs
- OutKeywords.cs
- MdiWindowListItemConverter.cs
- RepeaterCommandEventArgs.cs
- FieldAccessException.cs
- ResXResourceSet.cs
- MergeLocalizationDirectives.cs
- StringArrayConverter.cs
- bidPrivateBase.cs
- ReachUIElementCollectionSerializerAsync.cs
- RSAPKCS1SignatureFormatter.cs
- SubqueryRules.cs
- CaseInsensitiveComparer.cs
- TypeDescriptionProviderAttribute.cs
- BuiltInExpr.cs
- Buffer.cs
- WebPartEditVerb.cs
- JsonWriter.cs
- TextReader.cs
- HttpListenerPrefixCollection.cs
- ReachObjectContext.cs
- X509Certificate2Collection.cs
- ADRoleFactory.cs
- ConfigPathUtility.cs
- BitVec.cs
- ServiceReference.cs
- ExpressionBindings.cs