/// <summary> /// Causes the list of property descriptors to be recreated. /// </summary> protected void ReFilterProperties() { globalizedProps = null; WorkbenchSingleton.SafeThreadAsyncCall(delegate { PropertyPad.RefreshItem(this); }); }
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); }
void OnParserUpdateStep(object sender, ParserUpdateStepEventArgs e) { WorkbenchSingleton.SafeThreadAsyncCall(UpdateTick, e); }