Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- TempFiles.cs
- CodeBlockBuilder.cs
- MemoryStream.cs
- ValueTypeFixupInfo.cs
- AutomationFocusChangedEventArgs.cs
- SessionEndingEventArgs.cs
- XmlMtomReader.cs
- NavigationProgressEventArgs.cs
- XPathMessageFilterElementComparer.cs
- PersonalizableTypeEntry.cs
- OleDbConnection.cs
- SelectionRangeConverter.cs
- ManagementInstaller.cs
- BindingEntityInfo.cs
- FlowLayoutPanelDesigner.cs
- AutomationPatternInfo.cs
- DataGridViewButtonCell.cs
- DeclarativeCatalogPart.cs
- DesignerActionVerbItem.cs
- Deserializer.cs
- Tokenizer.cs
- DocobjHost.cs
- WebPartActionVerb.cs
- CodeAttachEventStatement.cs
- TextDecorationUnitValidation.cs
- NamespaceTable.cs
- Literal.cs
- ReadOnlyCollectionBase.cs
- PersonalizationDictionary.cs
- BaseDataBoundControl.cs
- ConfigurationManagerHelperFactory.cs
- TableCell.cs
- ExpressionServices.cs
- DragEvent.cs
- XmlIterators.cs
- DetailsViewModeEventArgs.cs
- SmtpNegotiateAuthenticationModule.cs
- Pipe.cs
- DataListItemEventArgs.cs
- SafeNativeMethods.cs
- TextSelectionProcessor.cs
- ContextBase.cs
- WizardForm.cs
- HtmlTitle.cs
- WebPartEventArgs.cs
- Timer.cs
- ObjectManager.cs
- WmlTextViewAdapter.cs
- ProviderUtil.cs
- Wizard.cs
- PropertyFilterAttribute.cs
- IdentityModelStringsVersion1.cs
- Application.cs
- RawStylusInput.cs
- EastAsianLunisolarCalendar.cs
- ClientConfigurationHost.cs
- WebPartCatalogCloseVerb.cs
- NativeMethods.cs
- UrlMapping.cs
- Exceptions.cs
- AddInAttribute.cs
- NotifyParentPropertyAttribute.cs
- TreeNodeBinding.cs
- TreeSet.cs
- ManifestSignatureInformation.cs
- RightsManagementEncryptionTransform.cs
- DataGridViewImageColumn.cs
- HttpCookie.cs
- InternalDispatchObject.cs
- DecimalStorage.cs
- FindCriteria11.cs
- JsonUriDataContract.cs
- LocalIdKeyIdentifierClause.cs
- ProfileProvider.cs
- HtmlGenericControl.cs
- ApplicationFileParser.cs
- ReaderWriterLock.cs
- MemberDomainMap.cs
- CacheEntry.cs
- ExecutionScope.cs
- SqlGenerator.cs
- IPAddress.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- ConstructorExpr.cs
- SessionParameter.cs
- ToolboxCategoryItems.cs
- MachineSettingsSection.cs
- TheQuery.cs
- DataTableTypeConverter.cs
- PasswordRecovery.cs
- EntityStoreSchemaFilterEntry.cs
- SendKeys.cs
- DataGridHelper.cs
- OdbcParameterCollection.cs
- CompositeCollectionView.cs
- SqlExpressionNullability.cs
- SerializationHelper.cs
- EventToken.cs
- PointHitTestResult.cs
- XmlIncludeAttribute.cs