Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Input / DeadCharTextComposition.cs / 1 / DeadCharTextComposition.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: the DeadCharTextComposition class // // History: // 06/14/2004 : [....] created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Text; using System.Windows.Threading; using System.Windows; using System.Security; using MS.Win32; using Microsoft.Win32; // for RegistryKey class namespace System.Windows.Input { ////// the DeadCharTextComposition class is the composition object for Dead key scequence. /// internal sealed class DeadCharTextComposition : TextComposition { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Critical - calls TextComposition:ctor which is critical ( as it stores InputManager). /// [SecurityCritical] internal DeadCharTextComposition(InputManager inputManager, IInputElement source, string text, TextCompositionAutoComplete autoComplete, InputDevice inputDevice) : base(inputManager, source, text, autoComplete, inputDevice) { } #endregion Constructors //------------------------------------------------------ // // internal Properties // //----------------------------------------------------- internal bool Composed { get {return _composed;} set {_composed = value;} } //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ // If this is true, the text has been composed with actual char. private bool _composed; } } // 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
- ExpressionBindingCollection.cs
- SerTrace.cs
- PropertyGeneratedEventArgs.cs
- WebCategoryAttribute.cs
- ControlParameter.cs
- TextSpan.cs
- RoleExceptions.cs
- DataComponentMethodGenerator.cs
- WinEventWrap.cs
- SerializationTrace.cs
- AddressHeaderCollection.cs
- InternalRelationshipCollection.cs
- TraceListeners.cs
- activationcontext.cs
- SqlCacheDependencySection.cs
- Events.cs
- Translator.cs
- TrackingProfileCache.cs
- CheckoutException.cs
- DataTemplateSelector.cs
- SelectedDatesCollection.cs
- ComponentRenameEvent.cs
- UnsafeCollabNativeMethods.cs
- ADRoleFactory.cs
- MiniLockedBorderGlyph.cs
- UnicastIPAddressInformationCollection.cs
- ComponentEditorPage.cs
- StreamUpgradeBindingElement.cs
- CompilerGeneratedAttribute.cs
- SafeNativeMethods.cs
- SyndicationElementExtensionCollection.cs
- EventPropertyMap.cs
- Trace.cs
- ComponentSerializationService.cs
- TemplateFactory.cs
- DynamicDocumentPaginator.cs
- StringDictionary.cs
- DelimitedListTraceListener.cs
- DebuggerService.cs
- BuilderElements.cs
- WorkflowCompensationBehavior.cs
- figurelength.cs
- ServiceOperationParameter.cs
- ImageAutomationPeer.cs
- XamlReader.cs
- CaseKeyBox.ViewModel.cs
- UnsafeNativeMethods.cs
- StylusTip.cs
- EnumerableCollectionView.cs
- CompositeActivityValidator.cs
- TypeExtensionSerializer.cs
- HandlerFactoryWrapper.cs
- TypographyProperties.cs
- RuntimeDelegateArgument.cs
- DataGridViewCellEventArgs.cs
- MultipleViewPattern.cs
- CharStorage.cs
- IEnumerable.cs
- FixedSOMTableCell.cs
- DesignerActionUIStateChangeEventArgs.cs
- TraceHandler.cs
- RemoteHelper.cs
- DataGridViewCellMouseEventArgs.cs
- MetadataArtifactLoaderResource.cs
- X509ImageLogo.cs
- Decorator.cs
- ValidationHelper.cs
- HtmlEncodedRawTextWriter.cs
- webeventbuffer.cs
- CompressEmulationStream.cs
- HealthMonitoringSection.cs
- RegistrationServices.cs
- DetailsViewDeletedEventArgs.cs
- HTMLTextWriter.cs
- MenuItemBindingCollection.cs
- RestHandler.cs
- TextReturnReader.cs
- storepermissionattribute.cs
- RunClient.cs
- GPRECT.cs
- ResourceCategoryAttribute.cs
- TemplatePartAttribute.cs
- BitmapEffectInputData.cs
- SqlComparer.cs
- MILUtilities.cs
- CornerRadiusConverter.cs
- WizardStepBase.cs
- SetState.cs
- JoinSymbol.cs
- Constraint.cs
- DecimalAnimationUsingKeyFrames.cs
- FormViewInsertEventArgs.cs
- ContractMethodInfo.cs
- ReadOnlyTernaryTree.cs
- ChildChangedEventArgs.cs
- WmpBitmapEncoder.cs
- SplineKeyFrames.cs
- RSATokenProvider.cs
- Transform.cs
- ApplicationServiceManager.cs