Exemplo n.º 1
0
 /// <summary>
 /// Causes the list of property descriptors to be recreated.
 /// </summary>
 protected void ReFilterProperties()
 {
     globalizedProps = null;
     WorkbenchSingleton.SafeThreadAsyncCall(delegate { PropertyPad.RefreshItem(this); });
 }
Exemplo n.º 2
0
 void LoadSolutionProjectsThreadEndedEvent(object sender, EventArgs e)
 {
     // do not invoke on this: it's possible that "this" is disposed while this method is executing
     WorkbenchSingleton.SafeThreadAsyncCall(this.RefreshSecondaryViewContents);
 }
Exemplo n.º 3
0
 void OnParserUpdateStep(object sender, ParserUpdateStepEventArgs e)
 {
     WorkbenchSingleton.SafeThreadAsyncCall(UpdateTick, e);
 }