Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / RenderingEventArgs.cs / 1 / 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
- Int32RectValueSerializer.cs
- SessionEndingCancelEventArgs.cs
- CoTaskMemUnicodeSafeHandle.cs
- HierarchicalDataSourceControl.cs
- TextEffect.cs
- PaperSize.cs
- LayoutSettings.cs
- NameValuePermission.cs
- RoleManagerSection.cs
- ProfileModule.cs
- StylusDownEventArgs.cs
- AsyncOperationManager.cs
- List.cs
- TypeUtils.cs
- StrokeIntersection.cs
- TypeReference.cs
- PropertyStore.cs
- InputEventArgs.cs
- followingsibling.cs
- EventlogProvider.cs
- Image.cs
- FreezableCollection.cs
- ContextMarshalException.cs
- WindowsGraphicsCacheManager.cs
- ConnectionsZone.cs
- SecureUICommand.cs
- ACL.cs
- ContentType.cs
- EntityKey.cs
- InteropEnvironment.cs
- AtomParser.cs
- HelpOperationInvoker.cs
- Int32KeyFrameCollection.cs
- StopStoryboard.cs
- diagnosticsswitches.cs
- CodeTypeDeclarationCollection.cs
- DataGridPageChangedEventArgs.cs
- EnumerableRowCollection.cs
- Viewport3DVisual.cs
- Point.cs
- StringExpressionSet.cs
- DbReferenceCollection.cs
- PropertyNames.cs
- DesignSurfaceEvent.cs
- TemplatePagerField.cs
- SafeFreeMibTable.cs
- SourceFileInfo.cs
- BookmarkWorkItem.cs
- SatelliteContractVersionAttribute.cs
- CodePrimitiveExpression.cs
- DoubleAnimation.cs
- AutoSizeToolBoxItem.cs
- CodeAssignStatement.cs
- RectangleF.cs
- XmlIterators.cs
- FilteredDataSetHelper.cs
- WebPartCancelEventArgs.cs
- Wizard.cs
- HtmlTableRow.cs
- RsaKeyGen.cs
- DirectionalLight.cs
- FileDialog_Vista_Interop.cs
- ProcessInfo.cs
- DbConnectionFactory.cs
- PolyBezierSegment.cs
- InputBuffer.cs
- Cursors.cs
- ScalarConstant.cs
- EpmCustomContentSerializer.cs
- ProtectedConfigurationSection.cs
- StreamSecurityUpgradeAcceptorBase.cs
- SQLDouble.cs
- HttpServerVarsCollection.cs
- ToolStripPanelDesigner.cs
- DataGridViewLinkCell.cs
- ProviderConnectionPoint.cs
- basenumberconverter.cs
- SelectingProviderEventArgs.cs
- ObjectViewListener.cs
- ToolStripDropDownClosedEventArgs.cs
- SimpleLine.cs
- AnnotationDocumentPaginator.cs
- VolatileResourceManager.cs
- HttpResponseWrapper.cs
- SafeProcessHandle.cs
- HttpPostedFile.cs
- XmlSchemaCompilationSettings.cs
- QilVisitor.cs
- SmtpSection.cs
- EarlyBoundInfo.cs
- EdgeProfileValidation.cs
- X509PeerCertificateAuthentication.cs
- ButtonAutomationPeer.cs
- CombinedGeometry.cs
- SmtpTransport.cs
- Rule.cs
- HGlobalSafeHandle.cs
- GetPageNumberCompletedEventArgs.cs
- Propagator.JoinPropagator.cs
- GeometryHitTestResult.cs