Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Media / Animation / SkipStoryboardToFill.cs / 1 / SkipStoryboardToFill.cs
/****************************************************************************\ * * File: SkipStoryboardToFill.cs * * This object includes a Storyboard reference. When triggered, the Storyboard * SkipToFills. * * Copyright (C) by Microsoft Corporation. All rights reserved. * \***************************************************************************/ using System.Diagnostics; // Debug.Assert namespace System.Windows.Media.Animation { ////// SkipStoryboardToFill will call SkipToFill on its Storyboard reference when /// it is triggered. /// public sealed class SkipStoryboardToFill : ControllableStoryboardAction { ////// Called when it's time to execute this storyboard action /// internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard ) { Debug.Assert( containingFE != null || containingFCE != null, "Caller of internal function failed to verify that we have a FE or FCE - we have neither." ); if( containingFE != null ) { storyboard.SkipToFill(containingFE); } else { storyboard.SkipToFill(containingFCE); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. /****************************************************************************\ * * File: SkipStoryboardToFill.cs * * This object includes a Storyboard reference. When triggered, the Storyboard * SkipToFills. * * Copyright (C) by Microsoft Corporation. All rights reserved. * \***************************************************************************/ using System.Diagnostics; // Debug.Assert namespace System.Windows.Media.Animation { ////// SkipStoryboardToFill will call SkipToFill on its Storyboard reference when /// it is triggered. /// public sealed class SkipStoryboardToFill : ControllableStoryboardAction { ////// Called when it's time to execute this storyboard action /// internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard ) { Debug.Assert( containingFE != null || containingFCE != null, "Caller of internal function failed to verify that we have a FE or FCE - we have neither." ); if( containingFE != null ) { storyboard.SkipToFill(containingFE); } else { storyboard.SkipToFill(containingFCE); } } } } // 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
- Rect3DConverter.cs
- DocumentApplication.cs
- Int64AnimationUsingKeyFrames.cs
- MsmqChannelFactoryBase.cs
- BeginEvent.cs
- BuilderElements.cs
- DispatcherOperation.cs
- ProfilePropertyNameValidator.cs
- RegexCaptureCollection.cs
- MD5HashHelper.cs
- DPAPIProtectedConfigurationProvider.cs
- SizeValueSerializer.cs
- StrongNameMembershipCondition.cs
- MouseWheelEventArgs.cs
- Vars.cs
- TextTreeRootNode.cs
- SystemColorTracker.cs
- Positioning.cs
- CollectionBase.cs
- ZoneIdentityPermission.cs
- TimeEnumHelper.cs
- FormsAuthenticationTicket.cs
- DeclaredTypeValidatorAttribute.cs
- DeferredTextReference.cs
- DataFieldEditor.cs
- TextModifier.cs
- HostedImpersonationContext.cs
- AutomationPatternInfo.cs
- ArgumentsParser.cs
- CodeTryCatchFinallyStatement.cs
- XsltArgumentList.cs
- SessionStateSection.cs
- AdCreatedEventArgs.cs
- WebBrowserProgressChangedEventHandler.cs
- InternalTypeHelper.cs
- XappLauncher.cs
- _Rfc2616CacheValidators.cs
- ScriptResourceHandler.cs
- PriorityItem.cs
- XmlSerializerOperationBehavior.cs
- LassoSelectionBehavior.cs
- SrgsNameValueTag.cs
- HandlerMappingMemo.cs
- AbstractSvcMapFileLoader.cs
- SimpleWebHandlerParser.cs
- FixedPosition.cs
- Trace.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- DocumentXmlWriter.cs
- FileDetails.cs
- HttpFileCollection.cs
- StandardBindingElementCollection.cs
- NamespaceImport.cs
- Int32AnimationUsingKeyFrames.cs
- SelectionWordBreaker.cs
- JournalNavigationScope.cs
- XmlArrayAttribute.cs
- DataGridViewTopRowAccessibleObject.cs
- StateMachineWorkflow.cs
- TypedTableHandler.cs
- DBConnection.cs
- TripleDES.cs
- MembershipUser.cs
- CategoryAttribute.cs
- XmlIlGenerator.cs
- LabelInfo.cs
- Int64AnimationBase.cs
- DataTableClearEvent.cs
- DrawToolTipEventArgs.cs
- LinqDataSource.cs
- OperandQuery.cs
- CmsUtils.cs
- documentsequencetextview.cs
- fixedPageContentExtractor.cs
- BindableAttribute.cs
- SiteMap.cs
- ObjectQueryProvider.cs
- BitmapEffectDrawingContextWalker.cs
- ResumeStoryboard.cs
- RemoteWebConfigurationHostStream.cs
- GridViewColumnHeaderAutomationPeer.cs
- sqlnorm.cs
- DeclaredTypeElementCollection.cs
- RegexTree.cs
- AuthenticationService.cs
- _CacheStreams.cs
- EmbossBitmapEffect.cs
- SqlCacheDependencySection.cs
- And.cs
- EnumValAlphaComparer.cs
- RtfToXamlReader.cs
- ToolStripTextBox.cs
- XhtmlBasicPageAdapter.cs
- SynchronizingStream.cs
- XmlSerializer.cs
- ToolStripItemCollection.cs
- RuntimeEnvironment.cs
- PerfCounters.cs
- ThreadStartException.cs
- AbsoluteQuery.cs