Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / Event.cs / 1305376 / Event.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Diagnostics; using System.Xml; using System.Xml.XPath; using System.Xml.Xsl.XsltOld.Debugger; internal abstract class Event { public virtual void ReplaceNamespaceAlias(Compiler compiler) {} public abstract bool Output(Processor processor, ActionFrame frame); internal void OnInstructionExecute(Processor processor) { Debug.Assert(processor.Debugger != null, "We don't generate calls this function if ! debugger"); Debug.Assert(DbgData.StyleSheet != null, "We call this function from *EventDbg only"); processor.OnInstructionExecute(); } internal virtual DbgData DbgData { get { return DbgData.Empty; } } } } // 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
- AssociationSetEnd.cs
- SessionStateSection.cs
- ServiceReference.cs
- BinaryQueryOperator.cs
- EventManager.cs
- HttpGetProtocolImporter.cs
- CommandField.cs
- WizardForm.cs
- TrackingAnnotationCollection.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DiscreteKeyFrames.cs
- LayoutInformation.cs
- ValidatingCollection.cs
- DrawingImage.cs
- TileModeValidation.cs
- DataContractSerializer.cs
- DataGridViewAccessibleObject.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ThreadPool.cs
- FormViewPagerRow.cs
- ConnectionProviderAttribute.cs
- DataGridViewEditingControlShowingEventArgs.cs
- PreservationFileReader.cs
- NativeMethods.cs
- DataControlCommands.cs
- sqlser.cs
- ReferentialConstraint.cs
- Expr.cs
- HttpsChannelListener.cs
- SrgsDocument.cs
- MarkupProperty.cs
- LinkClickEvent.cs
- BuildProvider.cs
- StrongNameMembershipCondition.cs
- DocumentXmlWriter.cs
- SetterBaseCollection.cs
- ByteConverter.cs
- TextTreeDeleteContentUndoUnit.cs
- DispatchChannelSink.cs
- ActivationServices.cs
- dataobject.cs
- DbResourceAllocator.cs
- CustomErrorsSectionWrapper.cs
- Range.cs
- KeyInstance.cs
- ThreadNeutralSemaphore.cs
- AttachmentCollection.cs
- ObjectSerializerFactory.cs
- InvalidateEvent.cs
- FixedTextContainer.cs
- TrackingAnnotationCollection.cs
- ReflectPropertyDescriptor.cs
- Rule.cs
- HtmlWindow.cs
- TableStyle.cs
- StringUtil.cs
- DebugView.cs
- Int16Converter.cs
- CaseInsensitiveOrdinalStringComparer.cs
- CollectionContainer.cs
- MsmqIntegrationSecurity.cs
- DesignerTransaction.cs
- DefaultEventAttribute.cs
- TextTreeFixupNode.cs
- PolyLineSegment.cs
- TPLETWProvider.cs
- prompt.cs
- MenuItemStyleCollection.cs
- ToolStripContainer.cs
- DbCommandTree.cs
- mongolianshape.cs
- WebSysDescriptionAttribute.cs
- XsltContext.cs
- TypeNameHelper.cs
- ColumnHeader.cs
- SoapFormatter.cs
- ListItemsPage.cs
- RootBrowserWindowAutomationPeer.cs
- BitmapImage.cs
- XmlSchemaAppInfo.cs
- BinHexDecoder.cs
- EntityCollection.cs
- CompilationLock.cs
- DataListItemCollection.cs
- ControlBuilderAttribute.cs
- GraphicsContainer.cs
- SetStoryboardSpeedRatio.cs
- XamlStyleSerializer.cs
- XmlQueryTypeFactory.cs
- XmlEncodedRawTextWriter.cs
- UInt32Storage.cs
- RectAnimationUsingKeyFrames.cs
- DependencyPropertyKey.cs
- EmptyStringExpandableObjectConverter.cs
- SelectedDatesCollection.cs
- ServiceReference.cs
- ResourcesGenerator.cs
- ProtocolViolationException.cs
- LinkedResourceCollection.cs
- LeaseManager.cs