Пример #1
0
 /// <summary>
 /// Causes the list of property descriptors to be recreated.
 /// </summary>
 protected void ReFilterProperties()
 {
     globalizedProps = null;
     if (WorkbenchSingleton.Workbench != null)
     {
         WorkbenchSingleton.SafeThreadAsyncCall(delegate { PropertyPad.RefreshItem(this); });
     }
 }
Пример #2
0
 /// <summary>
 /// Causes the list of property descriptors to be recreated.
 /// </summary>
 protected void ReFilterProperties()
 {
     globalizedProps = null;
     if (SD.Workbench != null)
     {
         SD.MainThread.InvokeAsyncAndForget(delegate {
             PropertyPad.RefreshItem(this);
         });
     }
 }