Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / StylusCaptureWithinProperty.cs / 1305600 / StylusCaptureWithinProperty.cs
using System; using System.Windows.Input; using MS.Internal.KnownBoxes; namespace System.Windows { ///////////////////////////////////////////////////////////////////////// internal class StylusCaptureWithinProperty : ReverseInheritProperty { ///////////////////////////////////////////////////////////////////// internal StylusCaptureWithinProperty() : base( UIElement.IsStylusCaptureWithinPropertyKey, CoreFlags.IsStylusCaptureWithinCache, CoreFlags.IsStylusCaptureWithinChanged) { } ///////////////////////////////////////////////////////////////////// internal override void FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, bool oldValue) { DependencyPropertyChangedEventArgs args = new DependencyPropertyChangedEventArgs( UIElement.IsStylusCaptureWithinProperty, BooleanBoxes.Box(oldValue), BooleanBoxes.Box(!oldValue)); if (uie != null) { uie.RaiseIsStylusCaptureWithinChanged(args); } else if (ce != null) { ce.RaiseIsStylusCaptureWithinChanged(args); } else if (uie3D != null) { uie3D.RaiseIsStylusCaptureWithinChanged(args); } } } } // 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
- followingsibling.cs
- FormsAuthenticationUser.cs
- HitTestFilterBehavior.cs
- EventInfo.cs
- ObjectViewEntityCollectionData.cs
- DeclaredTypeValidatorAttribute.cs
- StrokeNode.cs
- FastPropertyAccessor.cs
- PointIndependentAnimationStorage.cs
- StylusEventArgs.cs
- ReturnType.cs
- ApplicationSettingsBase.cs
- CharacterString.cs
- InputScopeConverter.cs
- HostVisual.cs
- TableCell.cs
- DbReferenceCollection.cs
- QilUnary.cs
- DoubleLinkList.cs
- DataGridItemAttachedStorage.cs
- GenericEnumConverter.cs
- HttpWriter.cs
- GeneralTransform2DTo3D.cs
- CodeTypeReferenceExpression.cs
- InvalidStoreProtectionKeyException.cs
- VisualTarget.cs
- TiffBitmapDecoder.cs
- PermissionToken.cs
- FileDialog.cs
- _ChunkParse.cs
- ShutDownListener.cs
- cryptoapiTransform.cs
- TextElementEnumerator.cs
- RegexTypeEditor.cs
- ExclusiveTcpListener.cs
- Triplet.cs
- FullTextBreakpoint.cs
- DBSchemaRow.cs
- ToolStripControlHost.cs
- ContractValidationHelper.cs
- LinearQuaternionKeyFrame.cs
- ValueExpressions.cs
- SqlAliasesReferenced.cs
- activationcontext.cs
- Label.cs
- BaseParaClient.cs
- HandleExceptionArgs.cs
- ElementsClipboardData.cs
- OdbcConnectionString.cs
- documentsequencetextcontainer.cs
- BehaviorEditorPart.cs
- PropertyGrid.cs
- TypedRowHandler.cs
- SetterBaseCollection.cs
- StylusButtonEventArgs.cs
- Gdiplus.cs
- GenerateTemporaryTargetAssembly.cs
- DataSet.cs
- DataContract.cs
- ListBindableAttribute.cs
- ThaiBuddhistCalendar.cs
- DoWorkEventArgs.cs
- ListViewItemEventArgs.cs
- DriveNotFoundException.cs
- PopupEventArgs.cs
- SecurityProtocolCorrelationState.cs
- GeneralTransform2DTo3D.cs
- EncoderReplacementFallback.cs
- EntityDataSourceView.cs
- XPathParser.cs
- TouchesOverProperty.cs
- UserNameSecurityTokenAuthenticator.cs
- PriorityChain.cs
- ListViewItemCollectionEditor.cs
- DoubleAnimation.cs
- StringSource.cs
- PersonalizationAdministration.cs
- XmlSchemaComplexContentExtension.cs
- ToolStripSplitButton.cs
- BoolExpr.cs
- XmlCompatibilityReader.cs
- AnimationClockResource.cs
- UserMapPath.cs
- BCLDebug.cs
- SettingsPropertyCollection.cs
- ListBoxItem.cs
- HostAdapter.cs
- TextTreeInsertElementUndoUnit.cs
- ObjectCloneHelper.cs
- PersonalizationProvider.cs
- GuidConverter.cs
- SchemaLookupTable.cs
- PageContent.cs
- recordstatefactory.cs
- DictionaryKeyPropertyAttribute.cs
- RuntimeConfigLKG.cs
- WebPartPersonalization.cs
- CookieHandler.cs
- WindowsRichEditRange.cs
- StoreAnnotationsMap.cs