Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextContainerHelper.cs
- TdsParserSessionPool.cs
- DataServiceRequestException.cs
- OpenFileDialog.cs
- InternalConfigHost.cs
- XmlC14NWriter.cs
- TextPatternIdentifiers.cs
- ListBox.cs
- HtmlElementErrorEventArgs.cs
- Pointer.cs
- SimplePropertyEntry.cs
- BindingContext.cs
- Graph.cs
- ProgressBarBrushConverter.cs
- ResourcesBuildProvider.cs
- CreateUserWizard.cs
- PolicyUnit.cs
- ObjectStateEntry.cs
- TemplateComponentConnector.cs
- DrawingGroup.cs
- ExpressionReplacer.cs
- ObsoleteAttribute.cs
- RectangleConverter.cs
- URLAttribute.cs
- ApplicationFileParser.cs
- PartialTrustVisibleAssembliesSection.cs
- PropertyChangedEventManager.cs
- WebPartEditorApplyVerb.cs
- PermissionSet.cs
- __Filters.cs
- AdornerPresentationContext.cs
- ObjectDataSourceView.cs
- ObjectViewFactory.cs
- UdpAnnouncementEndpoint.cs
- TemplateControlCodeDomTreeGenerator.cs
- XPathDocumentIterator.cs
- TreeNodeBindingCollection.cs
- QilReference.cs
- LinkConverter.cs
- SerializationFieldInfo.cs
- ValueUtilsSmi.cs
- PersonalizationDictionary.cs
- ImageCreator.cs
- RelationalExpressions.cs
- PanningMessageFilter.cs
- Encoder.cs
- GridView.cs
- HTTPNotFoundHandler.cs
- ColumnWidthChangingEvent.cs
- ProtectedConfiguration.cs
- Grant.cs
- TcpTransportElement.cs
- FormViewModeEventArgs.cs
- IPPacketInformation.cs
- Vector3DAnimation.cs
- DocumentOrderQuery.cs
- WebPartHelpVerb.cs
- CodeIndexerExpression.cs
- Roles.cs
- CodeAttributeDeclaration.cs
- Encoding.cs
- UniqueConstraint.cs
- WSDualHttpSecurityMode.cs
- IItemContainerGenerator.cs
- OrthographicCamera.cs
- DataAccessor.cs
- XmlCDATASection.cs
- Context.cs
- WebPartEventArgs.cs
- InfoCardXmlSerializer.cs
- OdbcDataAdapter.cs
- LayoutEvent.cs
- SessionEndingCancelEventArgs.cs
- SortableBindingList.cs
- CreateInstanceBinder.cs
- CodeTypeReferenceSerializer.cs
- IntSecurity.cs
- LoginName.cs
- DataGridTableCollection.cs
- KeyEventArgs.cs
- Span.cs
- DetailsViewAutoFormat.cs
- ClientTargetCollection.cs
- HttpDictionary.cs
- InsufficientExecutionStackException.cs
- ZipIOExtraField.cs
- UpdateEventArgs.cs
- IListConverters.cs
- SafeNativeMethodsCLR.cs
- UriTemplateEquivalenceComparer.cs
- EntityEntry.cs
- PrimaryKeyTypeConverter.cs
- CollectionChangeEventArgs.cs
- CustomCategoryAttribute.cs
- TableItemStyle.cs
- FormViewInsertEventArgs.cs
- _HeaderInfo.cs
- SessionStateContainer.cs
- SiteMapNodeItemEventArgs.cs
- TdsParserSessionPool.cs