Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / SliderAutomationPeer.cs / 1305600 / 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
- SeverityFilter.cs
- InputLanguageManager.cs
- _LazyAsyncResult.cs
- SecurityUniqueId.cs
- ToolStripDropDown.cs
- SurrogateDataContract.cs
- DefaultAsyncDataDispatcher.cs
- HebrewNumber.cs
- StringExpressionSet.cs
- _Semaphore.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- ExpressionQuoter.cs
- Int32Rect.cs
- TitleStyle.cs
- SoapSchemaExporter.cs
- Transform3DGroup.cs
- DocumentManager.cs
- XamlTemplateSerializer.cs
- WaveHeader.cs
- OdbcParameter.cs
- PropertyGridView.cs
- OdbcCommandBuilder.cs
- SurrogateSelector.cs
- LinkUtilities.cs
- CLRBindingWorker.cs
- ExtensionQuery.cs
- InheritanceAttribute.cs
- TrackingServices.cs
- SessionEndingEventArgs.cs
- GroupStyle.cs
- ExpressionQuoter.cs
- Schema.cs
- GlyphInfoList.cs
- ProfileProvider.cs
- ExpiredSecurityTokenException.cs
- RootNamespaceAttribute.cs
- RemotingSurrogateSelector.cs
- ActivityCompletionCallbackWrapper.cs
- MdImport.cs
- DispatcherSynchronizationContext.cs
- IndexerNameAttribute.cs
- WindowShowOrOpenTracker.cs
- FixedSOMTableRow.cs
- DrawingContextDrawingContextWalker.cs
- PageBuildProvider.cs
- XmlArrayAttribute.cs
- CompiledXpathExpr.cs
- SafeRegistryKey.cs
- EventLogPermission.cs
- _ConnectOverlappedAsyncResult.cs
- CollectionViewGroup.cs
- DirectionalLight.cs
- DetailsViewModeEventArgs.cs
- SmiTypedGetterSetter.cs
- CompoundFileIOPermission.cs
- Win32KeyboardDevice.cs
- CreateDataSourceDialog.cs
- CodeVariableDeclarationStatement.cs
- InstancePersistenceException.cs
- SqlAliaser.cs
- ILGenerator.cs
- TreeNode.cs
- XPathBuilder.cs
- DbProviderServices.cs
- ConfigurationPropertyAttribute.cs
- _ConnectStream.cs
- MaterialGroup.cs
- OpenTypeLayoutCache.cs
- ProfilePropertySettings.cs
- Util.cs
- AffineTransform3D.cs
- MulticastOption.cs
- CompileLiteralTextParser.cs
- MobileResource.cs
- DesignerCategoryAttribute.cs
- HybridObjectCache.cs
- Timer.cs
- Int32Collection.cs
- ProfileSettingsCollection.cs
- WebFaultClientMessageInspector.cs
- InheritanceContextHelper.cs
- HashCryptoHandle.cs
- RelatedCurrencyManager.cs
- OleDbInfoMessageEvent.cs
- ChangeConflicts.cs
- EventRoute.cs
- FlowDocumentView.cs
- QilName.cs
- InputGestureCollection.cs
- XsdDateTime.cs
- ProcessModelSection.cs
- CultureSpecificCharacterBufferRange.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- CompatibleIComparer.cs
- GestureRecognitionResult.cs
- LoginNameDesigner.cs
- TextBlockAutomationPeer.cs
- PointUtil.cs
- WindowsListViewItem.cs
- dsa.cs