Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Documents / TextServicesProperty.cs / 1 / TextServicesProperty.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: TextServicesProperty implementation. // // History: // 08/01/2003 : yutakas - Ported from dotnet tree. // //--------------------------------------------------------------------------- using System.Runtime.InteropServices; using System.Windows.Threading; using System.Security; using System.Security.Permissions; using System.Collections; using System.Diagnostics; using System.Windows.Media; using System.Windows.Input; using System.Windows.Documents; using MS.Win32; using System; namespace System.Windows.Documents { //----------------------------------------------------- // // TextServicesProperty class // //----------------------------------------------------- ////// This is an internal. /// This is a holder for Cicero properties. /// - Reading String. /// - Input Language. /// - Display Attribute. /// /// internal class TextServicesProperty { //------------------------------------------------------ // // Constructors // //----------------------------------------------------- #region Constructors internal TextServicesProperty(TextStore textstore) { _textstore = textstore; } #endregion Constructors //------------------------------------------------------ // // Internal Methods // //------------------------------------------------------ #region Internal Methods /// /// Calback function for TextEditSink /// we track all property change here. /// ////// Critical - commits changes to edit buffer, might alow input spoofing /// [SecurityCritical] internal void OnEndEdit( UnsafeNativeMethods.ITfContext context, int ecReadOnly, UnsafeNativeMethods.ITfEditRecord editRecord) { if (_propertyRanges == null) { _propertyRanges = new TextServicesDisplayAttributePropertyRanges(_textstore); } _propertyRanges.OnEndEdit(context, ecReadOnly, editRecord); } // Callback from TextStore.OnLayoutUpdated. // Updates composition display attribute adorner on-screen location. internal void OnLayoutUpdated() { TextServicesDisplayAttributePropertyRanges displayAttributes = _propertyRanges as TextServicesDisplayAttributePropertyRanges; if (displayAttributes != null) { displayAttributes.OnLayoutUpdated(); } } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ #region Private Fields private TextServicesPropertyRanges _propertyRanges; private readonly TextStore _textstore; #endregion Private Fields } } // 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: TextServicesProperty implementation. // // History: // 08/01/2003 : yutakas - Ported from dotnet tree. // //--------------------------------------------------------------------------- using System.Runtime.InteropServices; using System.Windows.Threading; using System.Security; using System.Security.Permissions; using System.Collections; using System.Diagnostics; using System.Windows.Media; using System.Windows.Input; using System.Windows.Documents; using MS.Win32; using System; namespace System.Windows.Documents { //----------------------------------------------------- // // TextServicesProperty class // //----------------------------------------------------- ////// This is an internal. /// This is a holder for Cicero properties. /// - Reading String. /// - Input Language. /// - Display Attribute. /// /// internal class TextServicesProperty { //------------------------------------------------------ // // Constructors // //----------------------------------------------------- #region Constructors internal TextServicesProperty(TextStore textstore) { _textstore = textstore; } #endregion Constructors //------------------------------------------------------ // // Internal Methods // //------------------------------------------------------ #region Internal Methods /// /// Calback function for TextEditSink /// we track all property change here. /// ////// Critical - commits changes to edit buffer, might alow input spoofing /// [SecurityCritical] internal void OnEndEdit( UnsafeNativeMethods.ITfContext context, int ecReadOnly, UnsafeNativeMethods.ITfEditRecord editRecord) { if (_propertyRanges == null) { _propertyRanges = new TextServicesDisplayAttributePropertyRanges(_textstore); } _propertyRanges.OnEndEdit(context, ecReadOnly, editRecord); } // Callback from TextStore.OnLayoutUpdated. // Updates composition display attribute adorner on-screen location. internal void OnLayoutUpdated() { TextServicesDisplayAttributePropertyRanges displayAttributes = _propertyRanges as TextServicesDisplayAttributePropertyRanges; if (displayAttributes != null) { displayAttributes.OnLayoutUpdated(); } } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ #region Private Fields private TextServicesPropertyRanges _propertyRanges; private readonly TextStore _textstore; #endregion Private Fields } } // 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
- Hashtable.cs
- WebBrowserHelper.cs
- InkCanvas.cs
- UnsafeNativeMethodsPenimc.cs
- RenderCapability.cs
- SqlBuffer.cs
- SystemIPv6InterfaceProperties.cs
- EntityDataSourceConfigureObjectContextPanel.cs
- DbMetaDataColumnNames.cs
- BrowserCapabilitiesFactoryBase.cs
- MemberDescriptor.cs
- DataConnectionHelper.cs
- WorkItem.cs
- DataGridCaption.cs
- CodeDirectiveCollection.cs
- QuaternionKeyFrameCollection.cs
- WebRequestModuleElementCollection.cs
- TransformGroup.cs
- OleDbMetaDataFactory.cs
- Odbc32.cs
- ExpressionPrefixAttribute.cs
- GeometryCombineModeValidation.cs
- Double.cs
- XmlHierarchicalDataSourceView.cs
- TreeIterators.cs
- NavigationWindowAutomationPeer.cs
- SymmetricSecurityBindingElement.cs
- SystemTcpConnection.cs
- Selector.cs
- ArgumentOutOfRangeException.cs
- OutputScope.cs
- DataServiceOperationContext.cs
- ResourceBinder.cs
- DragEvent.cs
- Int32Storage.cs
- TraceHandlerErrorFormatter.cs
- WindowsListViewItem.cs
- SafeThemeHandle.cs
- ItemCheckedEvent.cs
- GPRECT.cs
- EntityContainerEmitter.cs
- OutputCacheSection.cs
- BindableAttribute.cs
- WindowsFont.cs
- ProfileModule.cs
- BrowserCapabilitiesCompiler.cs
- AutomationElementCollection.cs
- CompiledQuery.cs
- FixUpCollection.cs
- DoubleSumAggregationOperator.cs
- StringStorage.cs
- EnumUnknown.cs
- ContentValidator.cs
- DiagnosticsConfiguration.cs
- FloatAverageAggregationOperator.cs
- NotImplementedException.cs
- LinkDescriptor.cs
- XmlSchemaValidationException.cs
- DateTimeOffsetStorage.cs
- FaultHandlingFilter.cs
- SortedSet.cs
- ReadOnlyDictionary.cs
- FrugalMap.cs
- PersianCalendar.cs
- UndoUnit.cs
- VirtualizingPanel.cs
- QilReference.cs
- SingleObjectCollection.cs
- AnimatedTypeHelpers.cs
- DataColumnMappingCollection.cs
- DataMemberListEditor.cs
- WsatProxy.cs
- ToolStripArrowRenderEventArgs.cs
- DbProviderSpecificTypePropertyAttribute.cs
- TitleStyle.cs
- AppearanceEditorPart.cs
- DialogResultConverter.cs
- TypeInfo.cs
- RangeBaseAutomationPeer.cs
- DbProviderFactories.cs
- ContainsRowNumberChecker.cs
- TextEditorTyping.cs
- wgx_render.cs
- MemoryPressure.cs
- LambdaCompiler.Address.cs
- ConfigXmlDocument.cs
- InvalidCastException.cs
- TraceListener.cs
- Point3DValueSerializer.cs
- ExpressionPrefixAttribute.cs
- Misc.cs
- Hex.cs
- XmlProcessingInstruction.cs
- StatusBarItem.cs
- RenderData.cs
- SchemaDeclBase.cs
- DataGridViewHitTestInfo.cs
- Focus.cs
- ControlCollection.cs
- RightsManagementEncryptionTransform.cs