Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XsdBuildProvider.cs
- Encoder.cs
- CodeCommentStatement.cs
- HtmlInputFile.cs
- PrintController.cs
- MSAAWinEventWrap.cs
- DebuggerAttributes.cs
- Memoizer.cs
- ReadOnlyCollection.cs
- TextContainer.cs
- FileSystemInfo.cs
- SqlBuffer.cs
- GlyphRun.cs
- TypeSystem.cs
- Match.cs
- ScriptingWebServicesSectionGroup.cs
- ObjectContext.cs
- RoutedEventArgs.cs
- Material.cs
- TextureBrush.cs
- TextSegment.cs
- DesignerSerializationOptionsAttribute.cs
- LinearGradientBrush.cs
- PreviewKeyDownEventArgs.cs
- XmlConvert.cs
- FilteredAttributeCollection.cs
- ToolBarOverflowPanel.cs
- SamlSubjectStatement.cs
- SafeNativeMethods.cs
- Pool.cs
- RegexGroup.cs
- TypeConverterAttribute.cs
- SafeSecurityHandles.cs
- CollectionBuilder.cs
- TableDetailsRow.cs
- AutoGeneratedField.cs
- WebPartAuthorizationEventArgs.cs
- SoapFormatExtensions.cs
- DockingAttribute.cs
- StructuredType.cs
- WebPartCloseVerb.cs
- RowParagraph.cs
- _ListenerAsyncResult.cs
- EnumerableCollectionView.cs
- DurationConverter.cs
- GeneratedView.cs
- XmlSerializationWriter.cs
- PersonalizationEntry.cs
- AspNetPartialTrustHelpers.cs
- GroupStyle.cs
- ParallelTimeline.cs
- CodePageEncoding.cs
- PermissionAttributes.cs
- ValidationResult.cs
- UpdateCommandGenerator.cs
- Itemizer.cs
- NativeMethods.cs
- SqlConnectionManager.cs
- WebException.cs
- HwndAppCommandInputProvider.cs
- SliderAutomationPeer.cs
- peernodeimplementation.cs
- RichTextBoxDesigner.cs
- AdapterUtil.cs
- AttributeCollection.cs
- ProviderConnectionPointCollection.cs
- BrowserCapabilitiesFactory35.cs
- TextLineResult.cs
- ToolZone.cs
- SharedUtils.cs
- DecimalFormatter.cs
- ImageField.cs
- NamespaceTable.cs
- DataServiceQueryProvider.cs
- SubqueryRules.cs
- CapabilitiesState.cs
- TextElementEnumerator.cs
- BrowserCapabilitiesCompiler.cs
- GridEntry.cs
- XmlMtomWriter.cs
- ChooseAction.cs
- SubstitutionList.cs
- RadioButtonList.cs
- KeyValueSerializer.cs
- TypeBuilder.cs
- BmpBitmapEncoder.cs
- DataList.cs
- WebPartVerbCollection.cs
- Pick.cs
- ObjectDataSourceChooseTypePanel.cs
- MulticastIPAddressInformationCollection.cs
- RegionData.cs
- InfoCardAsymmetricCrypto.cs
- XmlAnyElementAttribute.cs
- ColorConverter.cs
- SystemInfo.cs
- MarginsConverter.cs
- NullableDecimalSumAggregationOperator.cs
- X509Utils.cs
- DataGrid.cs