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
- XXXInfos.cs
- CredentialCache.cs
- DllNotFoundException.cs
- InputBinder.cs
- TraceXPathNavigator.cs
- DateTimeConverter.cs
- LinearQuaternionKeyFrame.cs
- GridViewDeletedEventArgs.cs
- TreeNodeCollection.cs
- ApplyHostConfigurationBehavior.cs
- DPAPIProtectedConfigurationProvider.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- Schema.cs
- ComponentRenameEvent.cs
- FunctionUpdateCommand.cs
- RequestBringIntoViewEventArgs.cs
- Misc.cs
- TextSerializer.cs
- AttributeProviderAttribute.cs
- NavigationEventArgs.cs
- ToolboxService.cs
- fixedPageContentExtractor.cs
- ServicePoint.cs
- UrlPropertyAttribute.cs
- UIElementHelper.cs
- ToolStripOverflowButton.cs
- StreamingContext.cs
- AssertHelper.cs
- CancelEventArgs.cs
- InheritedPropertyDescriptor.cs
- QuaternionConverter.cs
- CultureSpecificCharacterBufferRange.cs
- WizardStepCollectionEditor.cs
- UInt64Converter.cs
- DataControlImageButton.cs
- HtmlEncodedRawTextWriter.cs
- Visual3D.cs
- DesignerOptionService.cs
- StrokeDescriptor.cs
- SplitContainer.cs
- SystemWebCachingSectionGroup.cs
- XPathNavigatorKeyComparer.cs
- HttpResponseWrapper.cs
- DrawingBrush.cs
- HtmlDocument.cs
- ActiveXHost.cs
- PolyBezierSegmentFigureLogic.cs
- EndpointNotFoundException.cs
- WebControlsSection.cs
- SafeLocalAllocation.cs
- ThreadStartException.cs
- HostProtectionException.cs
- DBCommandBuilder.cs
- BatchParser.cs
- UTF32Encoding.cs
- GregorianCalendarHelper.cs
- handlecollector.cs
- XmlSchemaObject.cs
- _NegotiateClient.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- DeclaredTypeValidator.cs
- ComponentCollection.cs
- ZeroOpNode.cs
- Int16KeyFrameCollection.cs
- Native.cs
- PseudoWebRequest.cs
- HexParser.cs
- StrokeNodeOperations2.cs
- AssemblyResourceLoader.cs
- WorkItem.cs
- SapiRecognizer.cs
- XPathArrayIterator.cs
- CDSCollectionETWBCLProvider.cs
- ContentOperations.cs
- BinaryConverter.cs
- BamlRecords.cs
- SamlAuthorizationDecisionStatement.cs
- XmlExtensionFunction.cs
- TextProviderWrapper.cs
- EventlogProvider.cs
- ProtectedConfiguration.cs
- CalendarModeChangedEventArgs.cs
- LockedActivityGlyph.cs
- SamlAuthenticationStatement.cs
- DetailsViewUpdatedEventArgs.cs
- WebConfigurationHostFileChange.cs
- RuleSettings.cs
- ObjectDataSourceDisposingEventArgs.cs
- CompressStream.cs
- ToolboxService.cs
- FileDialogCustomPlacesCollection.cs
- ByteConverter.cs
- RectAnimationUsingKeyFrames.cs
- NavigationProgressEventArgs.cs
- _ProxyChain.cs
- WhitespaceRuleLookup.cs
- InProcStateClientManager.cs
- ContextMenuService.cs
- EdmFunction.cs
- TypeUsage.cs