Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6061777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:58:34+00:00 2026-05-23T08:58:34+00:00

I have a UserControl in an application where I am constantly swapping the Content

  • 0

I have a UserControl in an application where I am constantly swapping the Content property with other UIElements.

However I noticed in Task Manager after a while the memory goes up after a number of swaps.

Using AntProfiler I noticed for some reason there ToolBarAutomationPeer that the UserControl references.

To fix this Memory leak I made my own UserControl with the following code

public class MyUserControl : UserControl
{
    protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer()
    {
        return null;        
    }
}

This seems to remove any AutomationPeer instances that the UserControl may reference that may keep the Content that I am swapping in memory…

But I am still interested to know how did a ToolBarAutomationPeer get into my UserControl, and what are the ramifications of me returning null in the OnCreateAutomationPeer method?

I am not well versed with Automation calls and not sure when they would be useful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:58:34+00:00Added an answer on May 23, 2026 at 8:58 am

    I would be curious to see more code to try to figure out why the ToolBarAutomationPeer is appearing also but basically the automation peers are for accessibility. Screen readers and other automation tools can use the automation peers to run your application. Common uses are for people who are handicapped in one way or another and also test automation tools.

    By returning null like you are above you are making your UserControl completely inaccessible to automation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my windows application i have a usercontrol, which in turn host few other
I have a usercontrol in an asp web forms application that I am working
I have a UserControl that is part of my application, I am rendering it
I have an Application (an appointment manager) which lets the user create usercontrols in
In application i have usercontrol with datagrid in it. For some columns i set
I am making an application with WPF and I have a UserControl with a
I have a WPF application that contains some Window s with few UserControl s
I have the following line of code in a usercontrol: Application.Current.RootVisual.MouseLeftButtonDown += RootClicked; When
I have a simple windows Forms application where in I have a usercontrol called
I am working on Windows Phone 7.1 application. I have a UserControl which has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.