Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / FocusWithinProperty.cs / 1305600 / FocusWithinProperty.cs
using System; using System.Windows.Input; using MS.Internal.KnownBoxes; namespace System.Windows { ///////////////////////////////////////////////////////////////////////// internal class FocusWithinProperty : ReverseInheritProperty { ///////////////////////////////////////////////////////////////////// internal FocusWithinProperty() : base( UIElement.IsKeyboardFocusWithinPropertyKey, CoreFlags.IsKeyboardFocusWithinCache, CoreFlags.IsKeyboardFocusWithinChanged) { } ///////////////////////////////////////////////////////////////////// internal override void FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, bool oldValue) { DependencyPropertyChangedEventArgs args = new DependencyPropertyChangedEventArgs( UIElement.IsKeyboardFocusWithinProperty, BooleanBoxes.Box(oldValue), BooleanBoxes.Box(!oldValue)); if (uie != null) { uie.RaiseIsKeyboardFocusWithinChanged(args); } else if (ce != null) { ce.RaiseIsKeyboardFocusWithinChanged(args); } else if (uie3D != null) { uie3D.RaiseIsKeyboardFocusWithinChanged(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
- Point3DConverter.cs
- HtmlElementEventArgs.cs
- Pen.cs
- RangeValuePattern.cs
- ClientSettingsSection.cs
- SyndicationDeserializer.cs
- _CookieModule.cs
- ConfigurationStrings.cs
- ParameterBinding.cs
- InteropAutomationProvider.cs
- SignedXml.cs
- XsdDuration.cs
- GroupDescription.cs
- WebPartChrome.cs
- ZoneLinkButton.cs
- TextParagraphView.cs
- RuleProcessor.cs
- log.cs
- EventManager.cs
- XmlQueryStaticData.cs
- ButtonChrome.cs
- AsnEncodedData.cs
- ICspAsymmetricAlgorithm.cs
- XmlLinkedNode.cs
- __FastResourceComparer.cs
- ExceptionValidationRule.cs
- VideoDrawing.cs
- oledbmetadatacollectionnames.cs
- StringPropertyBuilder.cs
- ErasingStroke.cs
- NativeMethods.cs
- RectangleHotSpot.cs
- AbstractDataSvcMapFileLoader.cs
- DecoderFallbackWithFailureFlag.cs
- RuleEngine.cs
- Stack.cs
- DebugView.cs
- InfoCardClaimCollection.cs
- ServiceModelSecurityTokenRequirement.cs
- WebPartTransformer.cs
- CollectionBase.cs
- SoapReflectionImporter.cs
- CellPartitioner.cs
- AnimationClockResource.cs
- SharedPerformanceCounter.cs
- SqlHelper.cs
- namescope.cs
- FixedSOMLineCollection.cs
- HtmlLink.cs
- TrackingRecord.cs
- NamespaceQuery.cs
- EditingCoordinator.cs
- NonSerializedAttribute.cs
- SqlTransaction.cs
- PolyLineSegmentFigureLogic.cs
- PreviewPrintController.cs
- WebSysDescriptionAttribute.cs
- XmlSchemaAll.cs
- IndependentlyAnimatedPropertyMetadata.cs
- Parser.cs
- XmlAttributeAttribute.cs
- MenuCommand.cs
- ChangeProcessor.cs
- IpcChannel.cs
- BitmapEffectGeneralTransform.cs
- EncodingStreamWrapper.cs
- MimePart.cs
- AuthenticodeSignatureInformation.cs
- WeakEventTable.cs
- SQLStringStorage.cs
- FontInfo.cs
- MetadataHelper.cs
- ToolStripStatusLabel.cs
- InvalidateEvent.cs
- PatternMatcher.cs
- CodeDirectiveCollection.cs
- Message.cs
- CodeConditionStatement.cs
- DrawListViewItemEventArgs.cs
- WorkflowOperationAsyncResult.cs
- InternalDispatchObject.cs
- TemplateControlCodeDomTreeGenerator.cs
- UpdateCompiler.cs
- PageClientProxyGenerator.cs
- AsymmetricKeyExchangeFormatter.cs
- WebHostedComPlusServiceHost.cs
- RemotingSurrogateSelector.cs
- COM2ICategorizePropertiesHandler.cs
- DateRangeEvent.cs
- AnimationTimeline.cs
- CompilerErrorCollection.cs
- StringAttributeCollection.cs
- IndicShape.cs
- XPathAncestorIterator.cs
- ListSortDescription.cs
- FileDialogCustomPlacesCollection.cs
- XmlSiteMapProvider.cs
- OutArgument.cs
- DataGridSortingEventArgs.cs
- DefaultBindingPropertyAttribute.cs