Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Documents / FrameworkRichTextComposition.cs / 1305600 / FrameworkRichTextComposition.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: the TextComposition class // // History: // 11/02/2004 : yutakas created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Input; namespace System.Windows.Documents { ////// the Composition class provides input-text/composition event promotion /// public sealed class FrameworkRichTextComposition : FrameworkTextComposition { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal FrameworkRichTextComposition(InputManager inputManager, IInputElement source, object owner) : base(inputManager, source, owner) { } #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- ////// The strat position of the result text of the text input. /// public TextPointer ResultStart { get { return _ResultStart == null ? null : (TextPointer)_ResultStart.GetFrozenPointer(LogicalDirection.Backward); } } ////// The end position of the result text of the text input. /// public TextPointer ResultEnd { get { return _ResultEnd == null ? null : (TextPointer)_ResultEnd.GetFrozenPointer(LogicalDirection.Forward); } } ////// The start position of the current composition text. /// public TextPointer CompositionStart { get { return _CompositionStart == null ? null : (TextPointer)_CompositionStart.GetFrozenPointer(LogicalDirection.Backward); } } ////// The start position of the current composition text. /// public TextPointer CompositionEnd { get { return _CompositionEnd == null ? null : (TextPointer)_CompositionEnd.GetFrozenPointer(LogicalDirection.Forward); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: the TextComposition class // // History: // 11/02/2004 : yutakas created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Input; namespace System.Windows.Documents { ////// the Composition class provides input-text/composition event promotion /// public sealed class FrameworkRichTextComposition : FrameworkTextComposition { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors internal FrameworkRichTextComposition(InputManager inputManager, IInputElement source, object owner) : base(inputManager, source, owner) { } #endregion Constructors //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- ////// The strat position of the result text of the text input. /// public TextPointer ResultStart { get { return _ResultStart == null ? null : (TextPointer)_ResultStart.GetFrozenPointer(LogicalDirection.Backward); } } ////// The end position of the result text of the text input. /// public TextPointer ResultEnd { get { return _ResultEnd == null ? null : (TextPointer)_ResultEnd.GetFrozenPointer(LogicalDirection.Forward); } } ////// The start position of the current composition text. /// public TextPointer CompositionStart { get { return _CompositionStart == null ? null : (TextPointer)_CompositionStart.GetFrozenPointer(LogicalDirection.Backward); } } ////// The start position of the current composition text. /// public TextPointer CompositionEnd { get { return _CompositionEnd == null ? null : (TextPointer)_CompositionEnd.GetFrozenPointer(LogicalDirection.Forward); } } } } // 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
- PasswordRecovery.cs
- ToggleButtonAutomationPeer.cs
- FloaterParaClient.cs
- RepeatBehaviorConverter.cs
- ManagementObjectCollection.cs
- BitmapEffectInput.cs
- ExtensionSimplifierMarkupObject.cs
- TypeConverterMarkupExtension.cs
- DataGridViewCellValueEventArgs.cs
- WebBrowserSiteBase.cs
- BitmapEffectState.cs
- StorageConditionPropertyMapping.cs
- StreamGeometryContext.cs
- CollectionBase.cs
- EntityKeyElement.cs
- Reference.cs
- TraceLevelStore.cs
- HttpWriter.cs
- FacetChecker.cs
- XmlSchemaSimpleContent.cs
- DataSourceProvider.cs
- PolicyManager.cs
- DiagnosticTraceSource.cs
- DocumentsTrace.cs
- ToolStripDropDown.cs
- Int32KeyFrameCollection.cs
- LookupNode.cs
- AccessDataSource.cs
- PrintDocument.cs
- FixedDocumentPaginator.cs
- ValidatingCollection.cs
- ObjectAnimationBase.cs
- WebBrowserSiteBase.cs
- ConfigurationUtility.cs
- GenericQueueSurrogate.cs
- Constants.cs
- AsyncPostBackTrigger.cs
- FormCollection.cs
- FormatConvertedBitmap.cs
- AsyncOperation.cs
- DBParameter.cs
- EditorReuseAttribute.cs
- Parser.cs
- QilTypeChecker.cs
- PrivilegedConfigurationManager.cs
- safelinkcollection.cs
- QueueProcessor.cs
- Parser.cs
- TCPClient.cs
- ExceptionHelpers.cs
- SchemaConstraints.cs
- SqlDataSource.cs
- _ShellExpression.cs
- DataGridViewColumn.cs
- FrameworkObject.cs
- TypeBuilderInstantiation.cs
- ListViewContainer.cs
- ObjectIDGenerator.cs
- ExpandCollapsePattern.cs
- PathFigureCollectionValueSerializer.cs
- Odbc32.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- LayoutUtils.cs
- designeractionbehavior.cs
- TypeToken.cs
- FormViewModeEventArgs.cs
- UserControlFileEditor.cs
- CryptoApi.cs
- EdmScalarPropertyAttribute.cs
- NetSectionGroup.cs
- ApplicationActivator.cs
- MenuRendererClassic.cs
- HttpConfigurationSystem.cs
- Header.cs
- BitmapEffectInput.cs
- ToolStripItemEventArgs.cs
- SourceChangedEventArgs.cs
- VisualStyleTypesAndProperties.cs
- ExtensionSimplifierMarkupObject.cs
- StorageMappingItemCollection.cs
- CatalogZone.cs
- ProtectedConfiguration.cs
- CompositeFontInfo.cs
- HtmlInputButton.cs
- PageContent.cs
- CodeCommentStatement.cs
- StreamingContext.cs
- TypedTableBase.cs
- XmlNodeReader.cs
- AdPostCacheSubstitution.cs
- ClientRuntimeConfig.cs
- ForeignKeyConstraint.cs
- XmlHierarchyData.cs
- DataGridBeginningEditEventArgs.cs
- ImpersonateTokenRef.cs
- DBConnection.cs
- LineGeometry.cs
- SynchronizationLockException.cs
- XmlDictionary.cs
- Compress.cs