Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Automation / Peers / TextBoxAutomationPeer.cs / 1 / TextBoxAutomationPeer.cs
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Documents; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class TextBoxAutomationPeer : TextAutomationPeer, IValueProvider { /// public TextBoxAutomationPeer(TextBox owner): base(owner) {} /// override protected string GetClassNameCore() { return "TextBox"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Edit; } /// override public object GetPattern(PatternInterface patternInterface) { object returnValue = null; if(patternInterface == PatternInterface.Value) returnValue = this; if (patternInterface == PatternInterface.Text) { returnValue = new MS.Internal.Automation.TextAdaptor(this, ((TextBoxBase)Owner).TextContainer); } if (patternInterface == PatternInterface.Scroll) { TextBox owner = (TextBox)Owner; if (owner.ScrollViewer != null) { returnValue = owner.ScrollViewer.CreateAutomationPeer(); ((AutomationPeer)returnValue).EventsSource = this; } } return returnValue; } bool IValueProvider.IsReadOnly { get { TextBox owner = (TextBox)Owner; return owner.IsReadOnly; } } string IValueProvider.Value { get { TextBox owner = (TextBox)Owner; return owner.Text; } } void IValueProvider.SetValue(string value) { if(!IsEnabled()) throw new ElementNotEnabledException(); TextBox owner = (TextBox)Owner; if (owner.IsReadOnly) { throw new ElementNotEnabledException(); } if (value == null) { throw new ArgumentNullException("value"); } owner.Text = value; } // [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)] internal void RaiseValuePropertyChangedEvent(string oldValue, string newValue) { if (oldValue != newValue) { RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue); } } // [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)] internal void RaiseIsReadOnlyPropertyChangedEvent(bool oldValue, bool newValue) { if (oldValue != newValue) { RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue); } } ////// Gets collection of AutomationPeers for given text range. /// internal override ListGetAutomationPeersFromRange(ITextPointer start, ITextPointer end) { return new List (); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Documents; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class TextBoxAutomationPeer : TextAutomationPeer, IValueProvider { /// public TextBoxAutomationPeer(TextBox owner): base(owner) {} /// override protected string GetClassNameCore() { return "TextBox"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Edit; } /// override public object GetPattern(PatternInterface patternInterface) { object returnValue = null; if(patternInterface == PatternInterface.Value) returnValue = this; if (patternInterface == PatternInterface.Text) { returnValue = new MS.Internal.Automation.TextAdaptor(this, ((TextBoxBase)Owner).TextContainer); } if (patternInterface == PatternInterface.Scroll) { TextBox owner = (TextBox)Owner; if (owner.ScrollViewer != null) { returnValue = owner.ScrollViewer.CreateAutomationPeer(); ((AutomationPeer)returnValue).EventsSource = this; } } return returnValue; } bool IValueProvider.IsReadOnly { get { TextBox owner = (TextBox)Owner; return owner.IsReadOnly; } } string IValueProvider.Value { get { TextBox owner = (TextBox)Owner; return owner.Text; } } void IValueProvider.SetValue(string value) { if(!IsEnabled()) throw new ElementNotEnabledException(); TextBox owner = (TextBox)Owner; if (owner.IsReadOnly) { throw new ElementNotEnabledException(); } if (value == null) { throw new ArgumentNullException("value"); } owner.Text = value; } // [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)] internal void RaiseValuePropertyChangedEvent(string oldValue, string newValue) { if (oldValue != newValue) { RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue); } } // [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)] internal void RaiseIsReadOnlyPropertyChangedEvent(bool oldValue, bool newValue) { if (oldValue != newValue) { RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue); } } /// /// Gets collection of AutomationPeers for given text range. /// internal override ListGetAutomationPeersFromRange(ITextPointer start, ITextPointer end) { return new List (); } } } // 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
- SafeRegistryHandle.cs
- followingquery.cs
- MimeFormatExtensions.cs
- TransformerInfo.cs
- IOThreadScheduler.cs
- SqlClientWrapperSmiStreamChars.cs
- EmptyImpersonationContext.cs
- WindowsGraphics.cs
- EntityClientCacheEntry.cs
- Themes.cs
- RuleSettingsCollection.cs
- DrawTreeNodeEventArgs.cs
- WbemProvider.cs
- NoneExcludedImageIndexConverter.cs
- _AutoWebProxyScriptHelper.cs
- WindowsRebar.cs
- OleAutBinder.cs
- ThrowHelper.cs
- EnumerableWrapperWeakToStrong.cs
- WindowsHyperlink.cs
- CqlBlock.cs
- ButtonColumn.cs
- ColumnTypeConverter.cs
- ReadOnlyDictionary.cs
- SafeNativeMethods.cs
- FormViewCommandEventArgs.cs
- Maps.cs
- ParameterBuilder.cs
- WebPartManagerInternals.cs
- Int16AnimationBase.cs
- DbConnectionPool.cs
- JapaneseCalendar.cs
- OletxTransactionHeader.cs
- IEnumerable.cs
- UnaryNode.cs
- _RequestCacheProtocol.cs
- SessionEndingCancelEventArgs.cs
- QuaternionAnimation.cs
- SignatureDescription.cs
- XmlExceptionHelper.cs
- HuffModule.cs
- ImpersonationContext.cs
- EntitySetBaseCollection.cs
- EmptyQuery.cs
- CreateUserWizard.cs
- Assert.cs
- AliasGenerator.cs
- XhtmlBasicCalendarAdapter.cs
- CachedCompositeFamily.cs
- InstanceCompleteException.cs
- CellParagraph.cs
- PenLineCapValidation.cs
- UriExt.cs
- SessionState.cs
- RawMouseInputReport.cs
- RemoteCryptoRsaServiceProvider.cs
- JournalEntry.cs
- CompletedAsyncResult.cs
- Vector.cs
- NativeMethods.cs
- ToolZone.cs
- RegistryKey.cs
- ResXFileRef.cs
- ComponentResourceKey.cs
- SqlUnionizer.cs
- CancellationScope.cs
- FacetValueContainer.cs
- OleDbInfoMessageEvent.cs
- ScriptingJsonSerializationSection.cs
- DataIdProcessor.cs
- SqlExpander.cs
- CommandPlan.cs
- FieldDescriptor.cs
- HWStack.cs
- DbConnectionHelper.cs
- ScriptServiceAttribute.cs
- SQLDoubleStorage.cs
- ToolStripDropDownClosedEventArgs.cs
- CorrelationExtension.cs
- SetterBaseCollection.cs
- TypeForwardedToAttribute.cs
- Error.cs
- ContractNamespaceAttribute.cs
- FileSecurity.cs
- WindowPatternIdentifiers.cs
- ToolstripProfessionalRenderer.cs
- Memoizer.cs
- HtmlLabelAdapter.cs
- FontDriver.cs
- PropertyTabAttribute.cs
- TokenizerHelper.cs
- EntityType.cs
- DispatchChannelSink.cs
- TextContainerChangedEventArgs.cs
- SignedInfo.cs
- DeviceContexts.cs
- XmlNodeList.cs
- ConfigurationStrings.cs
- WizardStepBase.cs
- GeometryDrawing.cs