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
- NullableIntAverageAggregationOperator.cs
- Header.cs
- DataGridCommandEventArgs.cs
- ApplyImportsAction.cs
- CustomTypeDescriptor.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- SessionStateModule.cs
- TreeNodeCollection.cs
- ReflectionTypeLoadException.cs
- SqlConnectionFactory.cs
- SizeF.cs
- HWStack.cs
- UserUseLicenseDictionaryLoader.cs
- Keyboard.cs
- ValueCollectionParameterReader.cs
- Executor.cs
- DnsEndPoint.cs
- ConcurrentDictionary.cs
- DummyDataSource.cs
- HttpCapabilitiesEvaluator.cs
- SafeArchiveContext.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- ListItemCollection.cs
- BitmapMetadataEnumerator.cs
- ConnectionPointCookie.cs
- AuthorizationRule.cs
- UniqueConstraint.cs
- DocumentEventArgs.cs
- WebPartAuthorizationEventArgs.cs
- ScriptResourceDefinition.cs
- CompositeFontFamily.cs
- safemediahandle.cs
- MultiPropertyDescriptorGridEntry.cs
- ASCIIEncoding.cs
- Array.cs
- ElasticEase.cs
- Int32KeyFrameCollection.cs
- SiteMapNode.cs
- VisualState.cs
- ContextMenuStripGroupCollection.cs
- WebZone.cs
- Logging.cs
- CookielessHelper.cs
- ListViewHitTestInfo.cs
- SystemIPv6InterfaceProperties.cs
- XmlMapping.cs
- ComPersistableTypeElement.cs
- SqlTriggerAttribute.cs
- BindStream.cs
- LocatorGroup.cs
- Scanner.cs
- SemaphoreSecurity.cs
- CodeCastExpression.cs
- UIPermission.cs
- CharacterBuffer.cs
- TdsParserSafeHandles.cs
- CodeConstructor.cs
- OptimalBreakSession.cs
- BindingExpression.cs
- CodeVariableReferenceExpression.cs
- DbMetaDataFactory.cs
- CompilerLocalReference.cs
- XmlLoader.cs
- SafeArrayRankMismatchException.cs
- HMACMD5.cs
- CFStream.cs
- ButtonAutomationPeer.cs
- RelationshipManager.cs
- ControlBindingsCollection.cs
- ToolStripRenderer.cs
- CodeDOMUtility.cs
- OracleInternalConnection.cs
- XmlSchemaInfo.cs
- HiddenFieldPageStatePersister.cs
- SelectionList.cs
- GroupBox.cs
- ISSmlParser.cs
- ReflectEventDescriptor.cs
- HttpWebResponse.cs
- PageContentAsyncResult.cs
- FunctionQuery.cs
- TextFindEngine.cs
- ComplexBindingPropertiesAttribute.cs
- QueryAsyncResult.cs
- AspProxy.cs
- WaveHeader.cs
- XamlVector3DCollectionSerializer.cs
- AnnotationStore.cs
- SerializationInfo.cs
- StatusBarDrawItemEvent.cs
- DesigntimeLicenseContext.cs
- ProcessHostConfigUtils.cs
- XmlDataLoader.cs
- CatalogZoneBase.cs
- RequestBringIntoViewEventArgs.cs
- Preprocessor.cs
- SHA384.cs
- TextEditorThreadLocalStore.cs
- DirectionalLight.cs
- X509Chain.cs