Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / Event.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- SchemaCollectionCompiler.cs
- DocumentViewerBase.cs
- KnownColorTable.cs
- DbResourceAllocator.cs
- InfoCardSymmetricAlgorithm.cs
- ArrangedElementCollection.cs
- HttpHandlersInstallComponent.cs
- FileDialog_Vista.cs
- ManagementInstaller.cs
- ReachPageContentCollectionSerializer.cs
- WindowsStartMenu.cs
- SplitContainer.cs
- TreeViewItem.cs
- ToolStripDropDownClosingEventArgs.cs
- GregorianCalendar.cs
- TTSEngineTypes.cs
- StatusBarItemAutomationPeer.cs
- ExtendedProtectionPolicy.cs
- CodeTypeDelegate.cs
- StyleBamlRecordReader.cs
- embossbitmapeffect.cs
- DataSourceCache.cs
- XmlSchemaAttribute.cs
- DialogBaseForm.cs
- HttpListenerRequest.cs
- WebPageTraceListener.cs
- HierarchicalDataTemplate.cs
- PerformanceCountersElement.cs
- SrgsDocumentParser.cs
- XmlBaseReader.cs
- XPathAxisIterator.cs
- SiteIdentityPermission.cs
- AssociationSetMetadata.cs
- DeflateEmulationStream.cs
- References.cs
- StructuralObject.cs
- ElementsClipboardData.cs
- DescriptionAttribute.cs
- XmlSchemaSimpleTypeUnion.cs
- BaseProcessProtocolHandler.cs
- ChunkedMemoryStream.cs
- DurableInstanceProvider.cs
- GenericsNotImplementedException.cs
- GridEntry.cs
- _OSSOCK.cs
- DictionaryGlobals.cs
- securestring.cs
- SamlConstants.cs
- BypassElement.cs
- StylusPointPropertyId.cs
- XmlNavigatorFilter.cs
- ComponentManagerBroker.cs
- AutoScrollExpandMessageFilter.cs
- RegexWriter.cs
- ObjectViewQueryResultData.cs
- CachedCompositeFamily.cs
- PanelDesigner.cs
- CodeAccessPermission.cs
- PageRequestManager.cs
- StylusPointProperties.cs
- LineServices.cs
- newinstructionaction.cs
- UndoEngine.cs
- SerialStream.cs
- RegisteredArrayDeclaration.cs
- AnyAllSearchOperator.cs
- CodeSnippetStatement.cs
- X509ClientCertificateAuthentication.cs
- XpsDocumentEvent.cs
- StyleHelper.cs
- XmlDataImplementation.cs
- Double.cs
- columnmapfactory.cs
- RootBrowserWindowProxy.cs
- DateTimePicker.cs
- CodeDOMUtility.cs
- SurrogateEncoder.cs
- XPathNodeHelper.cs
- LocationInfo.cs
- ImmComposition.cs
- WebConfigurationHost.cs
- DataKey.cs
- VersionedStream.cs
- DbDataRecord.cs
- DebugView.cs
- TextParaClient.cs
- HtmlShim.cs
- DirectionalLight.cs
- SmiMetaDataProperty.cs
- SessionStateContainer.cs
- XmlWriterTraceListener.cs
- TextMarkerSource.cs
- ClipboardProcessor.cs
- XmlSchemaProviderAttribute.cs
- CLSCompliantAttribute.cs
- DataRowExtensions.cs
- CompareValidator.cs
- GraphicsPath.cs
- Stacktrace.cs
- ByeMessage11.cs