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
- TypeDelegator.cs
- ScriptingRoleServiceSection.cs
- DataMisalignedException.cs
- WebAdminConfigurationHelper.cs
- Accessible.cs
- UIElement.cs
- CompiledXpathExpr.cs
- arclist.cs
- XmlName.cs
- ExportOptions.cs
- ListBoxItemAutomationPeer.cs
- ReflectionUtil.cs
- RowsCopiedEventArgs.cs
- ImmutableCollection.cs
- Selector.cs
- RemotingConfigParser.cs
- ShutDownListener.cs
- PathGeometry.cs
- PLINQETWProvider.cs
- HostingEnvironmentSection.cs
- ParameterInfo.cs
- CallId.cs
- NativeRightsManagementAPIsStructures.cs
- FixedTextContainer.cs
- DataGridViewCellLinkedList.cs
- SatelliteContractVersionAttribute.cs
- CounterCreationDataCollection.cs
- BuiltInExpr.cs
- SponsorHelper.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- TextRangeEdit.cs
- CustomAttributeSerializer.cs
- ScrollEvent.cs
- XmlDataLoader.cs
- InputLangChangeEvent.cs
- SpecularMaterial.cs
- FunctionCommandText.cs
- TextDecoration.cs
- _IPv4Address.cs
- PreProcessInputEventArgs.cs
- SqlDataSourceSelectingEventArgs.cs
- ProtocolInformationReader.cs
- DataGridViewSelectedColumnCollection.cs
- ApplicationSecurityInfo.cs
- EmptyImpersonationContext.cs
- CodeAttributeArgument.cs
- PerfCounters.cs
- LocationUpdates.cs
- ToolStripComboBox.cs
- CapabilitiesUse.cs
- Pen.cs
- CryptoApi.cs
- DataSvcMapFileSerializer.cs
- SamlSecurityToken.cs
- EntityDataSourceContextCreatedEventArgs.cs
- WindowsStatic.cs
- XmlSchemaSimpleTypeRestriction.cs
- MethodBuilderInstantiation.cs
- CurrentChangedEventManager.cs
- DataControlCommands.cs
- BaseInfoTable.cs
- ErrorProvider.cs
- OperationAbortedException.cs
- MexHttpsBindingElement.cs
- WebServiceAttribute.cs
- CalendarDay.cs
- UIElementPropertyUndoUnit.cs
- EFDataModelProvider.cs
- AccessorTable.cs
- ClassDataContract.cs
- UIElementIsland.cs
- DataGridViewLayoutData.cs
- CodeAccessPermission.cs
- XmlSequenceWriter.cs
- NativeMethods.cs
- XmlnsDictionary.cs
- TrustLevelCollection.cs
- XmlWrappingReader.cs
- ContextMenu.cs
- RegistryKey.cs
- ScriptingJsonSerializationSection.cs
- InputQueueChannelAcceptor.cs
- oledbmetadatacollectionnames.cs
- WebDescriptionAttribute.cs
- ArrayHelper.cs
- Int32AnimationUsingKeyFrames.cs
- NameTable.cs
- DataGridViewElement.cs
- ApplicationServiceHelper.cs
- Vector3D.cs
- ArgumentOutOfRangeException.cs
- autovalidator.cs
- ParameterModifier.cs
- WindowsGraphicsWrapper.cs
- ResXResourceWriter.cs
- ApplicationSecurityInfo.cs
- WeakReference.cs
- ConfigurationLockCollection.cs
- DSASignatureFormatter.cs
- ObjectDataSource.cs