Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / SliderAutomationPeer.cs / 1 / SliderAutomationPeer.cs
using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class SliderAutomationPeer : RangeBaseAutomationPeer { /// public SliderAutomationPeer(Slider owner): base(owner) { } /// override protected string GetClassNameCore() { return "Slider"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Slider; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class SliderAutomationPeer : RangeBaseAutomationPeer { /// public SliderAutomationPeer(Slider owner): base(owner) { } /// override protected string GetClassNameCore() { return "Slider"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Slider; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } } } // 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
- CalloutQueueItem.cs
- NegatedCellConstant.cs
- XmlSchemaSearchPattern.cs
- ParamArrayAttribute.cs
- SessionStateModule.cs
- MultipleViewPattern.cs
- FormatException.cs
- TextTreeExtractElementUndoUnit.cs
- ServiceObjectContainer.cs
- sqlinternaltransaction.cs
- GestureRecognizer.cs
- HttpWebRequestElement.cs
- XmlWrappingReader.cs
- ping.cs
- MarkupExtensionParser.cs
- FormViewModeEventArgs.cs
- ComplexTypeEmitter.cs
- ActiveDocumentEvent.cs
- StringOutput.cs
- ZipIORawDataFileBlock.cs
- LineBreakRecord.cs
- FontUnitConverter.cs
- Pkcs9Attribute.cs
- ValidationRuleCollection.cs
- IsolatedStorageFilePermission.cs
- peernodestatemanager.cs
- ClassicBorderDecorator.cs
- SimpleBitVector32.cs
- Helpers.cs
- DeobfuscatingStream.cs
- ProfileService.cs
- BinaryMessageFormatter.cs
- DataGridViewAutoSizeModeEventArgs.cs
- PolyQuadraticBezierSegment.cs
- RSACryptoServiceProvider.cs
- MetadataCache.cs
- FileDataSourceCache.cs
- DefaultAssemblyResolver.cs
- FtpWebRequest.cs
- PropertyReferenceSerializer.cs
- ToolStripDropDownClosedEventArgs.cs
- AsmxEndpointPickerExtension.cs
- ISAPIWorkerRequest.cs
- ValueQuery.cs
- ControlPaint.cs
- ReliableSessionElement.cs
- SafeLocalAllocation.cs
- BooleanKeyFrameCollection.cs
- NameTable.cs
- TransactionFlowProperty.cs
- entitydatasourceentitysetnameconverter.cs
- SafeEventHandle.cs
- MarkupProperty.cs
- ExtendedProtectionPolicyTypeConverter.cs
- InvalidChannelBindingException.cs
- Form.cs
- Message.cs
- XmlFormatExtensionPointAttribute.cs
- GridViewUpdateEventArgs.cs
- DocComment.cs
- ConvertBinder.cs
- UIElementAutomationPeer.cs
- Set.cs
- GradientBrush.cs
- OutputCacheSettingsSection.cs
- PointAnimation.cs
- Missing.cs
- DataControlFieldCell.cs
- CacheSection.cs
- ValueTable.cs
- SQLDoubleStorage.cs
- IdnElement.cs
- SqlDataSourceView.cs
- Model3DGroup.cs
- MembershipSection.cs
- StatementContext.cs
- SpellerError.cs
- ObjectDataSourceView.cs
- ProfileService.cs
- HtmlForm.cs
- XmlAttributeCache.cs
- SecureConversationSecurityTokenParameters.cs
- DataGridToolTip.cs
- ActivatedMessageQueue.cs
- WbemException.cs
- XmlCharCheckingReader.cs
- RegexWriter.cs
- _IPv6Address.cs
- PackageDigitalSignature.cs
- HttpDictionary.cs
- SettingsBindableAttribute.cs
- SiteMapNodeItemEventArgs.cs
- DataRowExtensions.cs
- PropertyTabChangedEvent.cs
- Debug.cs
- ExtenderProvidedPropertyAttribute.cs
- ApplicationServiceManager.cs
- CqlErrorHelper.cs
- bidPrivateBase.cs
- MachineKeyConverter.cs