Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BadImageFormatException.cs
- DecoratedNameAttribute.cs
- LocalValueEnumerator.cs
- MdImport.cs
- XmlSchemaGroupRef.cs
- WorkflowViewManager.cs
- contentDescriptor.cs
- DataServiceProcessingPipeline.cs
- QuaternionIndependentAnimationStorage.cs
- SystemParameters.cs
- ActiveXHelper.cs
- LogoValidationException.cs
- SBCSCodePageEncoding.cs
- DataGridViewLinkCell.cs
- ToolboxCategory.cs
- PermissionRequestEvidence.cs
- ColumnBinding.cs
- GroupQuery.cs
- DocumentSequenceHighlightLayer.cs
- AttributeCollection.cs
- fixedPageContentExtractor.cs
- WebPartsPersonalization.cs
- RichTextBoxDesigner.cs
- HwndSource.cs
- ByeOperation11AsyncResult.cs
- DataGridParentRows.cs
- SystemTcpConnection.cs
- Glyph.cs
- CookieParameter.cs
- AdapterDictionary.cs
- SimpleRecyclingCache.cs
- SqlParameter.cs
- BinaryNode.cs
- TransactedBatchingElement.cs
- CustomLineCap.cs
- SlotInfo.cs
- _SslState.cs
- ContainerUtilities.cs
- WebPartCollection.cs
- UpdatePanel.cs
- InvalidateEvent.cs
- Block.cs
- FullTextLine.cs
- LinqDataSourceDeleteEventArgs.cs
- DataColumnChangeEvent.cs
- ValidationContext.cs
- MailMessage.cs
- BooleanExpr.cs
- FormViewPageEventArgs.cs
- DllNotFoundException.cs
- DocumentCollection.cs
- filewebresponse.cs
- ObjectDataSourceWizardForm.cs
- Document.cs
- TemplatedWizardStep.cs
- RegexGroup.cs
- Part.cs
- EntitySetBaseCollection.cs
- DateTimePicker.cs
- LinqExpressionNormalizer.cs
- CssTextWriter.cs
- ConfigDefinitionUpdates.cs
- ToolStripRendererSwitcher.cs
- StrokeDescriptor.cs
- Window.cs
- FontClient.cs
- ActivityBindForm.Designer.cs
- LineBreak.cs
- TaiwanCalendar.cs
- SqlTransaction.cs
- RuleSetDialog.cs
- GcSettings.cs
- ToolStripSystemRenderer.cs
- DataGridItemCollection.cs
- EllipseGeometry.cs
- Guid.cs
- RuleSettingsCollection.cs
- MouseButton.cs
- CipherData.cs
- HashCryptoHandle.cs
- SerializerWriterEventHandlers.cs
- WaitHandle.cs
- SimplePropertyEntry.cs
- TreeView.cs
- listviewsubitemcollectioneditor.cs
- DBSchemaRow.cs
- _NestedSingleAsyncResult.cs
- PropagatorResult.cs
- IPipelineRuntime.cs
- PeerApplication.cs
- Attachment.cs
- ClearCollection.cs
- ITextView.cs
- SendActivity.cs
- SectionInput.cs
- ReliableSessionElement.cs
- SocketAddress.cs
- Barrier.cs
- _NetRes.cs
- LinkClickEvent.cs