using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Defines identifiers that indicate the type of a refresh of the Properties window. // Token: 0x020001B1 RID: 433 [Token(Token = "0x20001B1")] public enum RefreshProperties { /// No refresh is necessary. // Token: 0x04000639 RID: 1593 [Token(Token = "0x4000639")] None, /// The properties should be requeried and the view should be refreshed. // Token: 0x0400063A RID: 1594 [Token(Token = "0x400063A")] All, /// The view should be refreshed. // Token: 0x0400063B RID: 1595 [Token(Token = "0x400063B")] Repaint } }