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
- StringSource.cs
- ListenerElementsCollection.cs
- MouseButtonEventArgs.cs
- DataRelationCollection.cs
- OuterProxyWrapper.cs
- SecurityTokenContainer.cs
- DataBoundControl.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- CodeAttributeArgumentCollection.cs
- SqlCommand.cs
- SizeFConverter.cs
- LiteralTextParser.cs
- WebPartZoneDesigner.cs
- QilParameter.cs
- BufferModeSettings.cs
- HtmlImage.cs
- InputProcessorProfiles.cs
- FormsAuthenticationModule.cs
- SafeEventLogWriteHandle.cs
- TreeNodeStyle.cs
- AssemblyInfo.cs
- BindingListCollectionView.cs
- HtmlMobileTextWriter.cs
- WebPartDeleteVerb.cs
- Translator.cs
- InstanceDataCollection.cs
- ValueQuery.cs
- DataGridTable.cs
- DelayedRegex.cs
- GPStream.cs
- CommentAction.cs
- ObjectSecurity.cs
- UIPropertyMetadata.cs
- PlatformCulture.cs
- DecoderReplacementFallback.cs
- UTF32Encoding.cs
- RemotingSurrogateSelector.cs
- HealthMonitoringSection.cs
- MiniMapControl.xaml.cs
- DispatcherBuilder.cs
- CultureTableRecord.cs
- InheritedPropertyChangedEventArgs.cs
- ZipIOBlockManager.cs
- ZipArchive.cs
- DiagnosticsConfiguration.cs
- BamlCollectionHolder.cs
- WebPartVerbsEventArgs.cs
- PeerNearMe.cs
- ExecutionEngineException.cs
- IncrementalCompileAnalyzer.cs
- ServiceOperationParameter.cs
- OrderedDictionary.cs
- RichTextBox.cs
- FunctionImportMapping.cs
- CodeIdentifier.cs
- TypeFieldSchema.cs
- GeneralTransform2DTo3D.cs
- ScalarOps.cs
- XamlWriter.cs
- StandardTransformFactory.cs
- WindowsRegion.cs
- PageBreakRecord.cs
- ArrowControl.xaml.cs
- JournalEntry.cs
- TabletCollection.cs
- IndentedWriter.cs
- MobileListItemCollection.cs
- EntityDataSourceWizardForm.cs
- UnsafeNativeMethods.cs
- DataGridAutoFormat.cs
- ToolStripRenderer.cs
- DesignerVerb.cs
- RegexRunnerFactory.cs
- ActivityValidator.cs
- Win32NamedPipes.cs
- LinqDataSourceUpdateEventArgs.cs
- LocatorPart.cs
- ColorPalette.cs
- Metadata.cs
- SystemGatewayIPAddressInformation.cs
- TouchEventArgs.cs
- TableCellAutomationPeer.cs
- OdbcTransaction.cs
- BufferedReadStream.cs
- XhtmlBasicListAdapter.cs
- UIElement3D.cs
- _DigestClient.cs
- ControlTemplate.cs
- TypeConverter.cs
- StylusCaptureWithinProperty.cs
- FontFamilyValueSerializer.cs
- RepeatInfo.cs
- TemplateControlParser.cs
- WebConfigurationHostFileChange.cs
- ProfessionalColorTable.cs
- MethodBuilderInstantiation.cs
- Control.cs
- ConfigXmlSignificantWhitespace.cs
- FileDataSourceCache.cs
- OptimalTextSource.cs