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
- AdornerDecorator.cs
- Context.cs
- TdsParserSafeHandles.cs
- InfoCardSchemas.cs
- UnsafeNativeMethods.cs
- IItemProperties.cs
- EntityDataSourceContextDisposingEventArgs.cs
- EmptyElement.cs
- UDPClient.cs
- PeerCollaboration.cs
- precedingquery.cs
- TextBoxAutoCompleteSourceConverter.cs
- PeerChannelListener.cs
- AnonymousIdentificationModule.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- DurableInstance.cs
- TransformConverter.cs
- PingReply.cs
- Permission.cs
- CounterSample.cs
- ColumnWidthChangingEvent.cs
- HyperLinkField.cs
- SqlConnectionPoolProviderInfo.cs
- FixedPage.cs
- SettingsPropertyNotFoundException.cs
- JumpItem.cs
- wgx_exports.cs
- DocumentEventArgs.cs
- QuaternionRotation3D.cs
- BaseTreeIterator.cs
- IndexedGlyphRun.cs
- AutomationElementCollection.cs
- ApplicationHost.cs
- TableRow.cs
- FontStyle.cs
- PartialClassGenerationTask.cs
- TextEditorCharacters.cs
- AuthenticationSection.cs
- SourceElementsCollection.cs
- StreamProxy.cs
- ModelItemCollection.cs
- FileDialogPermission.cs
- ServiceDeploymentInfo.cs
- FormatException.cs
- Enum.cs
- FormCollection.cs
- SqlCharStream.cs
- StaticFileHandler.cs
- List.cs
- EventLogPermission.cs
- ResXBuildProvider.cs
- ConnectionConsumerAttribute.cs
- StatusBar.cs
- XmlDataImplementation.cs
- RectKeyFrameCollection.cs
- ReadOnlyNameValueCollection.cs
- XmlChildNodes.cs
- SemaphoreSecurity.cs
- TextWriterTraceListener.cs
- PathTooLongException.cs
- XmlILAnnotation.cs
- CircleHotSpot.cs
- LabelTarget.cs
- InstalledVoice.cs
- DeclarativeCatalogPart.cs
- EdmType.cs
- BitmapEffectState.cs
- MultiBindingExpression.cs
- ChangeProcessor.cs
- XmlSchemaSet.cs
- PagesChangedEventArgs.cs
- ExpressionVisitor.cs
- NameValuePair.cs
- XmlDataSource.cs
- NullableLongAverageAggregationOperator.cs
- EventProviderWriter.cs
- SHA384Managed.cs
- ADMembershipUser.cs
- Button.cs
- ButtonFlatAdapter.cs
- DockEditor.cs
- Message.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- SortFieldComparer.cs
- DynamicRenderer.cs
- DefaultAutoFieldGenerator.cs
- DropDownButton.cs
- AttributeCollection.cs
- Decorator.cs
- ExceptionHandlerDesigner.cs
- FrameworkObject.cs
- OdbcInfoMessageEvent.cs
- ContractAdapter.cs
- SecurityChannelListener.cs
- DependencyPropertyKey.cs
- CodeCatchClauseCollection.cs
- ApplicationBuildProvider.cs
- ListBindingHelper.cs
- TimeStampChecker.cs
- EntityContainerEntitySetDefiningQuery.cs