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
- XmlSchemaComplexContentRestriction.cs
- ArcSegment.cs
- TextCharacters.cs
- Simplifier.cs
- DBSqlParserColumn.cs
- CapabilitiesUse.cs
- XmlNodeReader.cs
- ElementsClipboardData.cs
- AutoGeneratedField.cs
- DataBoundControlHelper.cs
- FontResourceCache.cs
- WindowExtensionMethods.cs
- XmlKeywords.cs
- SortFieldComparer.cs
- BinaryObjectReader.cs
- MenuItemCollectionEditorDialog.cs
- HighlightOverlayGlyph.cs
- IOException.cs
- GridItemPattern.cs
- TextEditorDragDrop.cs
- FieldAccessException.cs
- XmlSchemaSimpleType.cs
- PolyQuadraticBezierSegment.cs
- FormCollection.cs
- HandleCollector.cs
- DBPropSet.cs
- EnvelopedPkcs7.cs
- CacheOutputQuery.cs
- IListConverters.cs
- WebPartDisplayMode.cs
- OrderingQueryOperator.cs
- TagPrefixAttribute.cs
- WebBrowsableAttribute.cs
- HybridDictionary.cs
- StrokeCollection.cs
- AsmxEndpointPickerExtension.cs
- GridViewDeletedEventArgs.cs
- Query.cs
- EditorZoneBase.cs
- XPathChildIterator.cs
- XmlNavigatorFilter.cs
- ExpressionBuilder.cs
- PropertyEntry.cs
- HuffmanTree.cs
- XmlAttributeOverrides.cs
- TypedTableBase.cs
- GridProviderWrapper.cs
- AnnotationObservableCollection.cs
- DataGridViewRowCollection.cs
- ReferenceConverter.cs
- XmlElementCollection.cs
- ClaimTypeElementCollection.cs
- ColorMatrix.cs
- RelatedEnd.cs
- RichTextBoxAutomationPeer.cs
- OdbcEnvironmentHandle.cs
- SoapFormatter.cs
- ObjectDataSourceWizardForm.cs
- RenderCapability.cs
- DynamicMethod.cs
- ControlCollection.cs
- TreeNodeEventArgs.cs
- ComUdtElement.cs
- WebDisplayNameAttribute.cs
- TransformConverter.cs
- RichTextBoxContextMenu.cs
- DbgUtil.cs
- EntityDataSourceSelectingEventArgs.cs
- OutputCacheSettingsSection.cs
- HtmlTableRow.cs
- StaticSiteMapProvider.cs
- NativeMethods.cs
- InstalledFontCollection.cs
- BigInt.cs
- UIPermission.cs
- SystemIPv6InterfaceProperties.cs
- RelationalExpressions.cs
- InvalidProgramException.cs
- SimpleType.cs
- HtmlString.cs
- MainMenu.cs
- Error.cs
- DbConnectionPoolGroupProviderInfo.cs
- TextSelection.cs
- AsyncResult.cs
- SafeSecurityHandles.cs
- RenameRuleObjectDialog.Designer.cs
- GridViewEditEventArgs.cs
- CodeMethodReturnStatement.cs
- SignedInfo.cs
- WebPartCollection.cs
- TextContainerHelper.cs
- KeyTimeConverter.cs
- DecimalAnimationBase.cs
- log.cs
- BrowserCapabilitiesFactory.cs
- RegexTree.cs
- SparseMemoryStream.cs
- ObservableDictionary.cs
- UnsafeNativeMethods.cs