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
- StringFreezingAttribute.cs
- InputScopeConverter.cs
- RemotingAttributes.cs
- ConfigurationValue.cs
- DataSvcMapFileSerializer.cs
- XPathPatternParser.cs
- RectangleGeometry.cs
- CurrentChangingEventArgs.cs
- Transform.cs
- RadioButtonRenderer.cs
- DBCSCodePageEncoding.cs
- HttpClientCertificate.cs
- SymbolPair.cs
- CompositeScriptReferenceEventArgs.cs
- Storyboard.cs
- XmlQueryContext.cs
- XmlUtf8RawTextWriter.cs
- Compensate.cs
- OneToOneMappingSerializer.cs
- BitmapEffectDrawingContent.cs
- HealthMonitoringSectionHelper.cs
- Window.cs
- _HeaderInfo.cs
- DATA_BLOB.cs
- EntityProviderFactory.cs
- ActivityTypeDesigner.xaml.cs
- ToolBarButton.cs
- BinaryReader.cs
- TemplatePartAttribute.cs
- DictionaryKeyPropertyAttribute.cs
- ServicePointManager.cs
- DrawingCollection.cs
- ThemeableAttribute.cs
- CorePropertiesFilter.cs
- Int64Animation.cs
- ReachObjectContext.cs
- BCryptNative.cs
- SemanticResultValue.cs
- XPathAxisIterator.cs
- SymLanguageType.cs
- HttpModulesSection.cs
- TaskHelper.cs
- NamespaceCollection.cs
- Exceptions.cs
- EmissiveMaterial.cs
- XmlHierarchicalDataSourceView.cs
- TextBoxView.cs
- CategoryNameCollection.cs
- CodeGenerator.cs
- ErrorEventArgs.cs
- XPathItem.cs
- WeakRefEnumerator.cs
- Size3DConverter.cs
- Int16KeyFrameCollection.cs
- WebZone.cs
- Fonts.cs
- HebrewNumber.cs
- HostingEnvironmentSection.cs
- FilterElement.cs
- Expressions.cs
- Ops.cs
- GeometryValueSerializer.cs
- Html32TextWriter.cs
- IImplicitResourceProvider.cs
- ReliableDuplexSessionChannel.cs
- ToolboxItemImageConverter.cs
- CustomError.cs
- ColumnHeader.cs
- DesignerContextDescriptor.cs
- VerticalAlignConverter.cs
- IndicFontClient.cs
- CorrelationToken.cs
- Unit.cs
- XamlPoint3DCollectionSerializer.cs
- WarningException.cs
- SQLGuid.cs
- StringCollectionMarkupSerializer.cs
- IListConverters.cs
- StandardOleMarshalObject.cs
- HttpListenerRequest.cs
- Button.cs
- ProcessHostConfigUtils.cs
- PathHelper.cs
- CodeDomConfigurationHandler.cs
- SiteMapNode.cs
- GridView.cs
- RangeBaseAutomationPeer.cs
- SQLInt32Storage.cs
- AnnotationComponentChooser.cs
- ScrollEventArgs.cs
- XPathNavigatorKeyComparer.cs
- TargetPerspective.cs
- XamlTreeBuilder.cs
- AbstractExpressions.cs
- VisualStyleTypesAndProperties.cs
- WebProxyScriptElement.cs
- PriorityBindingExpression.cs
- MasterPageParser.cs
- StateRuntime.cs
- QueryableDataSourceView.cs