Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / System / Activities / Core / Presentation / FlowchartStart.xaml.cs / 1305376 / FlowchartStart.xaml.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Activities.Core.Presentation { using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Activities.Presentation; using System.Activities.Presentation.View; partial class FlowchartStart { public FlowchartStart() { InitializeComponent(); } protected override void OnContextMenuOpening(ContextMenuEventArgs e) { e.Handled = true; } protected override void OnPreviewKeyDown(KeyEventArgs e) { if (e.Key == Key.Delete) { // Avoid calling the delete command. e.Handled = true; } base.OnPreviewKeyDown(e); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PromptStyle.cs
- SinglePageViewer.cs
- DebugHandleTracker.cs
- XmlSchemaType.cs
- Label.cs
- ArithmeticException.cs
- Int32RectConverter.cs
- BuildProviderInstallComponent.cs
- OrderedEnumerableRowCollection.cs
- SectionInformation.cs
- MemberDomainMap.cs
- TaskHelper.cs
- securitymgrsite.cs
- StreamAsIStream.cs
- TextControlDesigner.cs
- TransformerTypeCollection.cs
- KeyboardDevice.cs
- BypassElementCollection.cs
- TypeTypeConverter.cs
- safex509handles.cs
- ContextItem.cs
- BindingRestrictions.cs
- XamlVector3DCollectionSerializer.cs
- NamedPipeAppDomainProtocolHandler.cs
- CardSpacePolicyElement.cs
- StoragePropertyMapping.cs
- Thread.cs
- DataServiceConfiguration.cs
- FunctionNode.cs
- TraceContext.cs
- ConnectionPoolManager.cs
- InputLanguage.cs
- StrongNameIdentityPermission.cs
- ItemsControlAutomationPeer.cs
- OleDbErrorCollection.cs
- SQLDateTime.cs
- CharacterHit.cs
- Simplifier.cs
- XPathDocumentBuilder.cs
- CalloutQueueItem.cs
- RadioButton.cs
- MessageQueueConverter.cs
- SamlSubject.cs
- SecurityException.cs
- AdPostCacheSubstitution.cs
- DelegateSerializationHolder.cs
- AppSettingsReader.cs
- MessageFilterException.cs
- DataGridPagerStyle.cs
- CodeStatement.cs
- AttachedPropertyMethodSelector.cs
- arclist.cs
- LinearKeyFrames.cs
- DisplayInformation.cs
- PenCursorManager.cs
- TextContainer.cs
- RegexFCD.cs
- Typography.cs
- ToolStripArrowRenderEventArgs.cs
- NavigationProperty.cs
- ConstructorNeedsTagAttribute.cs
- Menu.cs
- CallbackValidatorAttribute.cs
- LinqDataSourceSelectEventArgs.cs
- SubpageParaClient.cs
- GeometryHitTestResult.cs
- CodeTypeReferenceExpression.cs
- MenuItemBinding.cs
- DesignTimeVisibleAttribute.cs
- JournalEntryListConverter.cs
- SmtpLoginAuthenticationModule.cs
- ProxyWebPart.cs
- ReadOnlyMetadataCollection.cs
- DesignTimeData.cs
- HierarchicalDataSourceIDConverter.cs
- MimeTypePropertyAttribute.cs
- VBIdentifierName.cs
- XmlSchemaException.cs
- TextHidden.cs
- QilDataSource.cs
- ServiceThrottlingElement.cs
- PopupRoot.cs
- AtomEntry.cs
- TableCellCollection.cs
- Quad.cs
- HttpListenerException.cs
- RawMouseInputReport.cs
- DataGridTextBoxColumn.cs
- DefaultAuthorizationContext.cs
- BitmapFrameEncode.cs
- ListDataHelper.cs
- MimeBasePart.cs
- X509CertificateInitiatorServiceCredential.cs
- GenericTypeParameterConverter.cs
- DBCSCodePageEncoding.cs
- SqlFactory.cs
- cache.cs
- PolicyLevel.cs
- DES.cs
- LessThan.cs