Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / RenderingEventArgs.cs / 1305600 / RenderingEventArgs.cs
using System; using System.Windows; namespace System.Windows.Media { ////// The RenderingEventArgs class is passed as the argument into the CompositionTarget.Rendering /// event. It provides the estimated next render time. /// public class RenderingEventArgs : EventArgs { ////// Internal constructor /// /// internal RenderingEventArgs(TimeSpan renderingTime) { _renderingTime = renderingTime; } ////// Returns the time at which we expect to render the next frame /// to the screen. This is the same time used by the TimeManager. /// public TimeSpan RenderingTime { get { return _renderingTime; } } private TimeSpan _renderingTime; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Windows; namespace System.Windows.Media { ////// The RenderingEventArgs class is passed as the argument into the CompositionTarget.Rendering /// event. It provides the estimated next render time. /// public class RenderingEventArgs : EventArgs { ////// Internal constructor /// /// internal RenderingEventArgs(TimeSpan renderingTime) { _renderingTime = renderingTime; } ////// Returns the time at which we expect to render the next frame /// to the screen. This is the same time used by the TimeManager. /// public TimeSpan RenderingTime { get { return _renderingTime; } } private TimeSpan _renderingTime; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QueryExpr.cs
- CodeIdentifiers.cs
- CharStorage.cs
- SetIndexBinder.cs
- DataViewManager.cs
- OleDbConnectionInternal.cs
- WmlTextBoxAdapter.cs
- SqlConnection.cs
- XmlMessageFormatter.cs
- MouseGesture.cs
- DeriveBytes.cs
- GeneralTransform2DTo3D.cs
- QueryConverter.cs
- VariableDesigner.xaml.cs
- figurelength.cs
- _Semaphore.cs
- Int64AnimationUsingKeyFrames.cs
- ImageSourceTypeConverter.cs
- ApplicationFileCodeDomTreeGenerator.cs
- GPRECT.cs
- securitycriticaldata.cs
- CredentialCache.cs
- KernelTypeValidation.cs
- GroupItemAutomationPeer.cs
- XamlDesignerSerializationManager.cs
- Message.cs
- ProbeRequestResponseAsyncResult.cs
- BuildResult.cs
- NonBatchDirectoryCompiler.cs
- Message.cs
- ContainerControlDesigner.cs
- DocumentSequenceHighlightLayer.cs
- CounterCreationDataCollection.cs
- DataControlPagerLinkButton.cs
- RenderDataDrawingContext.cs
- RectAnimationUsingKeyFrames.cs
- ObfuscationAttribute.cs
- MessageQueueException.cs
- WebPartConnectVerb.cs
- ResXDataNode.cs
- EntitySqlException.cs
- ExtendedTransformFactory.cs
- ListBoxDesigner.cs
- CodeRegionDirective.cs
- Config.cs
- FixedMaxHeap.cs
- ComponentDesigner.cs
- AssociationSet.cs
- LayoutInformation.cs
- ObjectDataSourceFilteringEventArgs.cs
- FormViewPagerRow.cs
- CounterSample.cs
- Types.cs
- EmptyQuery.cs
- PreApplicationStartMethodAttribute.cs
- RemotingSurrogateSelector.cs
- StreamMarshaler.cs
- IssuanceLicense.cs
- OdbcUtils.cs
- NameObjectCollectionBase.cs
- EventSetterHandlerConverter.cs
- LineSegment.cs
- XPathDescendantIterator.cs
- XmlMembersMapping.cs
- DataGridPageChangedEventArgs.cs
- AttributeExtensions.cs
- PrivateFontCollection.cs
- EntityDataSourceContextCreatedEventArgs.cs
- Convert.cs
- TextTabProperties.cs
- DataGridViewTextBoxEditingControl.cs
- TextLine.cs
- ResourceIDHelper.cs
- ChannelTerminatedException.cs
- SHA384Managed.cs
- FileEnumerator.cs
- MetadataArtifactLoaderResource.cs
- TextEncodedRawTextWriter.cs
- SoapRpcServiceAttribute.cs
- DesignerInterfaces.cs
- TrackingRecord.cs
- TypeForwardedToAttribute.cs
- ClientScriptManagerWrapper.cs
- OdbcParameterCollection.cs
- Pkcs7Signer.cs
- PassportAuthenticationModule.cs
- SupportingTokenBindingElement.cs
- Classification.cs
- DocumentViewerBaseAutomationPeer.cs
- EntityUtil.cs
- SqlErrorCollection.cs
- Exceptions.cs
- OracleTransaction.cs
- ValidatorCollection.cs
- SystemBrushes.cs
- DataControlCommands.cs
- HelpEvent.cs
- PropertyPathWorker.cs
- GacUtil.cs
- TextTreeFixupNode.cs