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
- XmlnsDictionary.cs
- DefaultValueAttribute.cs
- DataObjectFieldAttribute.cs
- BuilderPropertyEntry.cs
- Label.cs
- ProfileSettings.cs
- VideoDrawing.cs
- bidPrivateBase.cs
- ConfigurationCollectionAttribute.cs
- MessageSecurityOverTcpElement.cs
- SqlGenericUtil.cs
- SmtpDigestAuthenticationModule.cs
- DbProviderFactory.cs
- BaseCollection.cs
- SslStreamSecurityBindingElement.cs
- ProxyAttribute.cs
- QilParameter.cs
- ConstantProjectedSlot.cs
- ClockController.cs
- BrushConverter.cs
- _HeaderInfoTable.cs
- SecurityPermission.cs
- WebPartHeaderCloseVerb.cs
- CryptoKeySecurity.cs
- SystemResourceHost.cs
- PageCopyCount.cs
- VarRefManager.cs
- SelectionChangedEventArgs.cs
- ReadOnlyNameValueCollection.cs
- BaseValidator.cs
- SchemaImporterExtension.cs
- Grammar.cs
- TreeNode.cs
- UpdateExpressionVisitor.cs
- ObjectManager.cs
- TrackingMemoryStreamFactory.cs
- HttpDebugHandler.cs
- CharAnimationUsingKeyFrames.cs
- SwitchLevelAttribute.cs
- XmlCustomFormatter.cs
- WebBrowserSiteBase.cs
- OneWayChannelFactory.cs
- MultiDataTrigger.cs
- ObsoleteAttribute.cs
- DateTimeFormatInfo.cs
- GenericWebPart.cs
- XomlDesignerLoader.cs
- AnnotationResourceChangedEventArgs.cs
- XmlChildNodes.cs
- XmlCustomFormatter.cs
- TrailingSpaceComparer.cs
- ObjectResult.cs
- HttpListenerException.cs
- CharacterBuffer.cs
- Marshal.cs
- InvalidEnumArgumentException.cs
- NestedContainer.cs
- XamlParser.cs
- DataGridViewDataErrorEventArgs.cs
- StretchValidation.cs
- SqlExpressionNullability.cs
- TreeViewCancelEvent.cs
- DesignSurface.cs
- HostProtectionPermission.cs
- AppSettingsExpressionEditor.cs
- SafeNativeMethods.cs
- Converter.cs
- TemplatedMailWebEventProvider.cs
- BaseTemplateBuildProvider.cs
- ItemsPresenter.cs
- TextServicesHost.cs
- Quaternion.cs
- DynamicFilter.cs
- GroupDescription.cs
- DataGridViewCellMouseEventArgs.cs
- Localizer.cs
- NativeMethods.cs
- XmlQueryType.cs
- DocumentGridContextMenu.cs
- WindowShowOrOpenTracker.cs
- ProcessProtocolHandler.cs
- RoutedEventArgs.cs
- Assert.cs
- OpenTypeCommon.cs
- GridItemPattern.cs
- Converter.cs
- PeerNameResolver.cs
- StateMachineWorkflowInstance.cs
- ChtmlTextWriter.cs
- WebEventTraceProvider.cs
- SqlCommand.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- Lease.cs
- CellQuery.cs
- DataGridViewComboBoxColumn.cs
- RadioButtonPopupAdapter.cs
- XPathDocumentBuilder.cs
- ToolStripManager.cs
- XmlEncodedRawTextWriter.cs
- LoginDesignerUtil.cs