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
- SimpleRecyclingCache.cs
- ListViewGroupItemCollection.cs
- ToolStripHighContrastRenderer.cs
- ComplexPropertyEntry.cs
- SqlProvider.cs
- Resources.Designer.cs
- HijriCalendar.cs
- SqlDataSourceTableQuery.cs
- SQLByte.cs
- DockPatternIdentifiers.cs
- IntSecurity.cs
- TransportListener.cs
- OleStrCAMarshaler.cs
- BaseConfigurationRecord.cs
- SystemShuttingDownException.cs
- X509Extension.cs
- Debug.cs
- CultureSpecificCharacterBufferRange.cs
- oledbmetadatacollectionnames.cs
- EntityDataSourceViewSchema.cs
- Int32CAMarshaler.cs
- AlgoModule.cs
- Source.cs
- ParsedAttributeCollection.cs
- GradientSpreadMethodValidation.cs
- PeerResolverElement.cs
- XmlReader.cs
- Pts.cs
- DesignTimeVisibleAttribute.cs
- XMLUtil.cs
- InvariantComparer.cs
- SQLInt64.cs
- XmlUrlResolver.cs
- CompensatableSequenceActivity.cs
- CommonGetThemePartSize.cs
- ListViewItem.cs
- SystemKeyConverter.cs
- ChooseAction.cs
- XPathNode.cs
- DataObjectFieldAttribute.cs
- SafeProcessHandle.cs
- StandardCommands.cs
- ReadOnlyHierarchicalDataSource.cs
- ServiceParser.cs
- ClassData.cs
- PeerName.cs
- HttpContext.cs
- UnsafeNativeMethods.cs
- smtppermission.cs
- ControlHelper.cs
- PartDesigner.cs
- HitTestWithGeometryDrawingContextWalker.cs
- EventSinkActivity.cs
- Clause.cs
- EdmFunctions.cs
- TextTreeTextNode.cs
- TcpTransportSecurityElement.cs
- ObjectHandle.cs
- MetadataItem_Static.cs
- PTManager.cs
- formatter.cs
- ILGenerator.cs
- CreateUserWizard.cs
- ColumnTypeConverter.cs
- TreeNodeStyle.cs
- TextRunCacheImp.cs
- WorkflowMarkupSerializationProvider.cs
- InternalConfigConfigurationFactory.cs
- ToolboxComponentsCreatingEventArgs.cs
- UrlAuthorizationModule.cs
- ServiceProviders.cs
- ProcessHostServerConfig.cs
- AliasGenerator.cs
- Error.cs
- SoapClientProtocol.cs
- ExpiredSecurityTokenException.cs
- DataGridAddNewRow.cs
- DefaultValueAttribute.cs
- SmiEventSink_DeferedProcessing.cs
- MemberMemberBinding.cs
- CategoryNameCollection.cs
- CacheAxisQuery.cs
- RefreshPropertiesAttribute.cs
- TransformedBitmap.cs
- PolyQuadraticBezierSegment.cs
- CodeDomLoader.cs
- XmlCodeExporter.cs
- ConvertersCollection.cs
- PrefixQName.cs
- PropertyGridCommands.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- httpapplicationstate.cs
- util.cs
- SqlRewriteScalarSubqueries.cs
- XmlSchemaValidationException.cs
- LambdaCompiler.cs
- RC2.cs
- DataGridColumnCollectionEditor.cs
- PageAction.cs
- PopOutPanel.cs