Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Automation / Peers / TabItemWrapperAutomationPeer.cs / 1305600 / TabItemWrapperAutomationPeer.cs
using System; using System.Windows; using System.Windows.Controls; namespace System.Windows.Automation.Peers { /// public class TabItemWrapperAutomationPeer: FrameworkElementAutomationPeer { /// public TabItemWrapperAutomationPeer(TabItem owner): base(owner) {} /// override protected bool IsOffscreenCore() { if (!Owner.IsVisible) return true; Rect boundingRect = CalculateVisibleBoundingRect(); return (boundingRect == Rect.Empty || boundingRect.Height == 0 || boundingRect.Width == 0); } } } // 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
- Msec.cs
- RegexCaptureCollection.cs
- TdsParserStateObject.cs
- UserUseLicenseDictionaryLoader.cs
- HttpModuleCollection.cs
- ProfileService.cs
- KeyEvent.cs
- TraceHwndHost.cs
- sitestring.cs
- CodeEntryPointMethod.cs
- Semaphore.cs
- InputReport.cs
- TraceEventCache.cs
- NameValuePermission.cs
- ConvertEvent.cs
- UnsafePeerToPeerMethods.cs
- DataServicePagingProviderWrapper.cs
- ExtendedPropertiesHandler.cs
- EpmCustomContentDeSerializer.cs
- ByteStack.cs
- SignatureHelper.cs
- DataGridViewElement.cs
- PropertyOverridesDialog.cs
- DataGridViewControlCollection.cs
- QueryInterceptorAttribute.cs
- XmlSchemaImport.cs
- XamlReaderHelper.cs
- DispatchChannelSink.cs
- GlyphCache.cs
- FocusWithinProperty.cs
- TraceListeners.cs
- DataGridHeaderBorder.cs
- TransformCryptoHandle.cs
- TypeConverters.cs
- UserControl.cs
- LockCookie.cs
- Line.cs
- UrlPath.cs
- SafeCryptoKeyHandle.cs
- SettingsPropertyNotFoundException.cs
- ContourSegment.cs
- AuthenticationModuleElementCollection.cs
- MouseEventArgs.cs
- DoubleLink.cs
- FileDialog_Vista_Interop.cs
- GACIdentityPermission.cs
- SiteMapSection.cs
- SingleQueryOperator.cs
- ResourceReferenceKeyNotFoundException.cs
- EntityConnectionStringBuilderItem.cs
- BindingSource.cs
- QueryModel.cs
- SrgsElementFactory.cs
- RtType.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- StrongNameMembershipCondition.cs
- WebPartMenuStyle.cs
- HttpValueCollection.cs
- RemoteTokenFactory.cs
- PolyBezierSegment.cs
- CustomErrorsSection.cs
- TabItemAutomationPeer.cs
- TraceSection.cs
- DispatcherObject.cs
- SelectedDatesCollection.cs
- DiscoveryClientBindingElement.cs
- DrawToolTipEventArgs.cs
- TimelineGroup.cs
- ProcessHost.cs
- RotateTransform.cs
- MustUnderstandBehavior.cs
- HttpValueCollection.cs
- DbTransaction.cs
- CacheAxisQuery.cs
- HandlerMappingMemo.cs
- StrokeSerializer.cs
- bidPrivateBase.cs
- AttributeCollection.cs
- LoginViewDesigner.cs
- OleStrCAMarshaler.cs
- DataControlFieldCell.cs
- DataSourceXmlSerializationAttribute.cs
- Buffer.cs
- DbProviderConfigurationHandler.cs
- VisemeEventArgs.cs
- Trigger.cs
- AudioFormatConverter.cs
- HierarchicalDataTemplate.cs
- QilDataSource.cs
- Color.cs
- ToolStripItemGlyph.cs
- RewritingPass.cs
- EdmToObjectNamespaceMap.cs
- SafeNativeMethods.cs
- DynamicEntity.cs
- XmlSchemaSimpleType.cs
- SiteMapNodeCollection.cs
- TreeView.cs
- BasicViewGenerator.cs
- LeftCellWrapper.cs