@alloy-js/csharp 0.23.0-dev.3 → 0.23.0-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (491) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/access-expression/access-expression.d.ts +6 -1
  476. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  477. package/dist/src/components/access-expression/access-expression.js +108 -197
  478. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  479. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  480. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  481. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  482. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  483. package/dist/src/components/doc/from-markdown.js +1 -1
  484. package/dist/src/components/doc/from-markdown.js.map +1 -1
  485. package/dist/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +13 -6
  487. package/src/components/access-expression/access-expression.tsx +146 -243
  488. package/src/components/access-expression/part-descriptors.ts +0 -186
  489. package/src/components/doc/from-markdown.tsx +4 -1
  490. package/temp/api.json +3 -3
  491. package/vitest.config.ts +8 -0
@@ -0,0 +1,3305 @@
1
+ import System from "../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ const Drawing = createLibrary("System.Drawing", {
4
+ Color: {
5
+ kind: "struct",
6
+ members: {
7
+ Empty: {
8
+ kind: "field",
9
+ type: () => {
10
+ return Drawing.Color;
11
+ },
12
+ isStatic: true,
13
+ isReadOnly: true
14
+ },
15
+ Equals: {
16
+ kind: "method",
17
+ methodKind: "ordinary"
18
+ },
19
+ FromArgb: {
20
+ kind: "method",
21
+ methodKind: "ordinary",
22
+ isStatic: true
23
+ },
24
+ FromKnownColor: {
25
+ kind: "method",
26
+ methodKind: "ordinary",
27
+ isStatic: true
28
+ },
29
+ FromName: {
30
+ kind: "method",
31
+ methodKind: "ordinary",
32
+ isStatic: true
33
+ },
34
+ GetBrightness: {
35
+ kind: "method",
36
+ methodKind: "ordinary"
37
+ },
38
+ GetHashCode: {
39
+ kind: "method",
40
+ methodKind: "ordinary",
41
+ isOverride: true
42
+ },
43
+ GetHue: {
44
+ kind: "method",
45
+ methodKind: "ordinary"
46
+ },
47
+ GetSaturation: {
48
+ kind: "method",
49
+ methodKind: "ordinary"
50
+ },
51
+ ToArgb: {
52
+ kind: "method",
53
+ methodKind: "ordinary"
54
+ },
55
+ ToKnownColor: {
56
+ kind: "method",
57
+ methodKind: "ordinary"
58
+ },
59
+ ToString: {
60
+ kind: "method",
61
+ methodKind: "ordinary",
62
+ isOverride: true
63
+ },
64
+ A: {
65
+ kind: "property",
66
+ type: () => {
67
+ return System.Byte;
68
+ }
69
+ },
70
+ AliceBlue: {
71
+ kind: "property",
72
+ type: () => {
73
+ return Drawing.Color;
74
+ },
75
+ isStatic: true
76
+ },
77
+ AntiqueWhite: {
78
+ kind: "property",
79
+ type: () => {
80
+ return Drawing.Color;
81
+ },
82
+ isStatic: true
83
+ },
84
+ Aqua: {
85
+ kind: "property",
86
+ type: () => {
87
+ return Drawing.Color;
88
+ },
89
+ isStatic: true
90
+ },
91
+ Aquamarine: {
92
+ kind: "property",
93
+ type: () => {
94
+ return Drawing.Color;
95
+ },
96
+ isStatic: true
97
+ },
98
+ Azure: {
99
+ kind: "property",
100
+ type: () => {
101
+ return Drawing.Color;
102
+ },
103
+ isStatic: true
104
+ },
105
+ B: {
106
+ kind: "property",
107
+ type: () => {
108
+ return System.Byte;
109
+ }
110
+ },
111
+ Beige: {
112
+ kind: "property",
113
+ type: () => {
114
+ return Drawing.Color;
115
+ },
116
+ isStatic: true
117
+ },
118
+ Bisque: {
119
+ kind: "property",
120
+ type: () => {
121
+ return Drawing.Color;
122
+ },
123
+ isStatic: true
124
+ },
125
+ Black: {
126
+ kind: "property",
127
+ type: () => {
128
+ return Drawing.Color;
129
+ },
130
+ isStatic: true
131
+ },
132
+ BlanchedAlmond: {
133
+ kind: "property",
134
+ type: () => {
135
+ return Drawing.Color;
136
+ },
137
+ isStatic: true
138
+ },
139
+ Blue: {
140
+ kind: "property",
141
+ type: () => {
142
+ return Drawing.Color;
143
+ },
144
+ isStatic: true
145
+ },
146
+ BlueViolet: {
147
+ kind: "property",
148
+ type: () => {
149
+ return Drawing.Color;
150
+ },
151
+ isStatic: true
152
+ },
153
+ Brown: {
154
+ kind: "property",
155
+ type: () => {
156
+ return Drawing.Color;
157
+ },
158
+ isStatic: true
159
+ },
160
+ BurlyWood: {
161
+ kind: "property",
162
+ type: () => {
163
+ return Drawing.Color;
164
+ },
165
+ isStatic: true
166
+ },
167
+ CadetBlue: {
168
+ kind: "property",
169
+ type: () => {
170
+ return Drawing.Color;
171
+ },
172
+ isStatic: true
173
+ },
174
+ Chartreuse: {
175
+ kind: "property",
176
+ type: () => {
177
+ return Drawing.Color;
178
+ },
179
+ isStatic: true
180
+ },
181
+ Chocolate: {
182
+ kind: "property",
183
+ type: () => {
184
+ return Drawing.Color;
185
+ },
186
+ isStatic: true
187
+ },
188
+ Coral: {
189
+ kind: "property",
190
+ type: () => {
191
+ return Drawing.Color;
192
+ },
193
+ isStatic: true
194
+ },
195
+ CornflowerBlue: {
196
+ kind: "property",
197
+ type: () => {
198
+ return Drawing.Color;
199
+ },
200
+ isStatic: true
201
+ },
202
+ Cornsilk: {
203
+ kind: "property",
204
+ type: () => {
205
+ return Drawing.Color;
206
+ },
207
+ isStatic: true
208
+ },
209
+ Crimson: {
210
+ kind: "property",
211
+ type: () => {
212
+ return Drawing.Color;
213
+ },
214
+ isStatic: true
215
+ },
216
+ Cyan: {
217
+ kind: "property",
218
+ type: () => {
219
+ return Drawing.Color;
220
+ },
221
+ isStatic: true
222
+ },
223
+ DarkBlue: {
224
+ kind: "property",
225
+ type: () => {
226
+ return Drawing.Color;
227
+ },
228
+ isStatic: true
229
+ },
230
+ DarkCyan: {
231
+ kind: "property",
232
+ type: () => {
233
+ return Drawing.Color;
234
+ },
235
+ isStatic: true
236
+ },
237
+ DarkGoldenrod: {
238
+ kind: "property",
239
+ type: () => {
240
+ return Drawing.Color;
241
+ },
242
+ isStatic: true
243
+ },
244
+ DarkGray: {
245
+ kind: "property",
246
+ type: () => {
247
+ return Drawing.Color;
248
+ },
249
+ isStatic: true
250
+ },
251
+ DarkGreen: {
252
+ kind: "property",
253
+ type: () => {
254
+ return Drawing.Color;
255
+ },
256
+ isStatic: true
257
+ },
258
+ DarkKhaki: {
259
+ kind: "property",
260
+ type: () => {
261
+ return Drawing.Color;
262
+ },
263
+ isStatic: true
264
+ },
265
+ DarkMagenta: {
266
+ kind: "property",
267
+ type: () => {
268
+ return Drawing.Color;
269
+ },
270
+ isStatic: true
271
+ },
272
+ DarkOliveGreen: {
273
+ kind: "property",
274
+ type: () => {
275
+ return Drawing.Color;
276
+ },
277
+ isStatic: true
278
+ },
279
+ DarkOrange: {
280
+ kind: "property",
281
+ type: () => {
282
+ return Drawing.Color;
283
+ },
284
+ isStatic: true
285
+ },
286
+ DarkOrchid: {
287
+ kind: "property",
288
+ type: () => {
289
+ return Drawing.Color;
290
+ },
291
+ isStatic: true
292
+ },
293
+ DarkRed: {
294
+ kind: "property",
295
+ type: () => {
296
+ return Drawing.Color;
297
+ },
298
+ isStatic: true
299
+ },
300
+ DarkSalmon: {
301
+ kind: "property",
302
+ type: () => {
303
+ return Drawing.Color;
304
+ },
305
+ isStatic: true
306
+ },
307
+ DarkSeaGreen: {
308
+ kind: "property",
309
+ type: () => {
310
+ return Drawing.Color;
311
+ },
312
+ isStatic: true
313
+ },
314
+ DarkSlateBlue: {
315
+ kind: "property",
316
+ type: () => {
317
+ return Drawing.Color;
318
+ },
319
+ isStatic: true
320
+ },
321
+ DarkSlateGray: {
322
+ kind: "property",
323
+ type: () => {
324
+ return Drawing.Color;
325
+ },
326
+ isStatic: true
327
+ },
328
+ DarkTurquoise: {
329
+ kind: "property",
330
+ type: () => {
331
+ return Drawing.Color;
332
+ },
333
+ isStatic: true
334
+ },
335
+ DarkViolet: {
336
+ kind: "property",
337
+ type: () => {
338
+ return Drawing.Color;
339
+ },
340
+ isStatic: true
341
+ },
342
+ DeepPink: {
343
+ kind: "property",
344
+ type: () => {
345
+ return Drawing.Color;
346
+ },
347
+ isStatic: true
348
+ },
349
+ DeepSkyBlue: {
350
+ kind: "property",
351
+ type: () => {
352
+ return Drawing.Color;
353
+ },
354
+ isStatic: true
355
+ },
356
+ DimGray: {
357
+ kind: "property",
358
+ type: () => {
359
+ return Drawing.Color;
360
+ },
361
+ isStatic: true
362
+ },
363
+ DodgerBlue: {
364
+ kind: "property",
365
+ type: () => {
366
+ return Drawing.Color;
367
+ },
368
+ isStatic: true
369
+ },
370
+ Firebrick: {
371
+ kind: "property",
372
+ type: () => {
373
+ return Drawing.Color;
374
+ },
375
+ isStatic: true
376
+ },
377
+ FloralWhite: {
378
+ kind: "property",
379
+ type: () => {
380
+ return Drawing.Color;
381
+ },
382
+ isStatic: true
383
+ },
384
+ ForestGreen: {
385
+ kind: "property",
386
+ type: () => {
387
+ return Drawing.Color;
388
+ },
389
+ isStatic: true
390
+ },
391
+ Fuchsia: {
392
+ kind: "property",
393
+ type: () => {
394
+ return Drawing.Color;
395
+ },
396
+ isStatic: true
397
+ },
398
+ G: {
399
+ kind: "property",
400
+ type: () => {
401
+ return System.Byte;
402
+ }
403
+ },
404
+ Gainsboro: {
405
+ kind: "property",
406
+ type: () => {
407
+ return Drawing.Color;
408
+ },
409
+ isStatic: true
410
+ },
411
+ GhostWhite: {
412
+ kind: "property",
413
+ type: () => {
414
+ return Drawing.Color;
415
+ },
416
+ isStatic: true
417
+ },
418
+ Gold: {
419
+ kind: "property",
420
+ type: () => {
421
+ return Drawing.Color;
422
+ },
423
+ isStatic: true
424
+ },
425
+ Goldenrod: {
426
+ kind: "property",
427
+ type: () => {
428
+ return Drawing.Color;
429
+ },
430
+ isStatic: true
431
+ },
432
+ Gray: {
433
+ kind: "property",
434
+ type: () => {
435
+ return Drawing.Color;
436
+ },
437
+ isStatic: true
438
+ },
439
+ Green: {
440
+ kind: "property",
441
+ type: () => {
442
+ return Drawing.Color;
443
+ },
444
+ isStatic: true
445
+ },
446
+ GreenYellow: {
447
+ kind: "property",
448
+ type: () => {
449
+ return Drawing.Color;
450
+ },
451
+ isStatic: true
452
+ },
453
+ Honeydew: {
454
+ kind: "property",
455
+ type: () => {
456
+ return Drawing.Color;
457
+ },
458
+ isStatic: true
459
+ },
460
+ HotPink: {
461
+ kind: "property",
462
+ type: () => {
463
+ return Drawing.Color;
464
+ },
465
+ isStatic: true
466
+ },
467
+ IndianRed: {
468
+ kind: "property",
469
+ type: () => {
470
+ return Drawing.Color;
471
+ },
472
+ isStatic: true
473
+ },
474
+ Indigo: {
475
+ kind: "property",
476
+ type: () => {
477
+ return Drawing.Color;
478
+ },
479
+ isStatic: true
480
+ },
481
+ IsEmpty: {
482
+ kind: "property",
483
+ type: () => {
484
+ return System.Boolean;
485
+ }
486
+ },
487
+ IsKnownColor: {
488
+ kind: "property",
489
+ type: () => {
490
+ return System.Boolean;
491
+ }
492
+ },
493
+ IsNamedColor: {
494
+ kind: "property",
495
+ type: () => {
496
+ return System.Boolean;
497
+ }
498
+ },
499
+ IsSystemColor: {
500
+ kind: "property",
501
+ type: () => {
502
+ return System.Boolean;
503
+ }
504
+ },
505
+ Ivory: {
506
+ kind: "property",
507
+ type: () => {
508
+ return Drawing.Color;
509
+ },
510
+ isStatic: true
511
+ },
512
+ Khaki: {
513
+ kind: "property",
514
+ type: () => {
515
+ return Drawing.Color;
516
+ },
517
+ isStatic: true
518
+ },
519
+ Lavender: {
520
+ kind: "property",
521
+ type: () => {
522
+ return Drawing.Color;
523
+ },
524
+ isStatic: true
525
+ },
526
+ LavenderBlush: {
527
+ kind: "property",
528
+ type: () => {
529
+ return Drawing.Color;
530
+ },
531
+ isStatic: true
532
+ },
533
+ LawnGreen: {
534
+ kind: "property",
535
+ type: () => {
536
+ return Drawing.Color;
537
+ },
538
+ isStatic: true
539
+ },
540
+ LemonChiffon: {
541
+ kind: "property",
542
+ type: () => {
543
+ return Drawing.Color;
544
+ },
545
+ isStatic: true
546
+ },
547
+ LightBlue: {
548
+ kind: "property",
549
+ type: () => {
550
+ return Drawing.Color;
551
+ },
552
+ isStatic: true
553
+ },
554
+ LightCoral: {
555
+ kind: "property",
556
+ type: () => {
557
+ return Drawing.Color;
558
+ },
559
+ isStatic: true
560
+ },
561
+ LightCyan: {
562
+ kind: "property",
563
+ type: () => {
564
+ return Drawing.Color;
565
+ },
566
+ isStatic: true
567
+ },
568
+ LightGoldenrodYellow: {
569
+ kind: "property",
570
+ type: () => {
571
+ return Drawing.Color;
572
+ },
573
+ isStatic: true
574
+ },
575
+ LightGray: {
576
+ kind: "property",
577
+ type: () => {
578
+ return Drawing.Color;
579
+ },
580
+ isStatic: true
581
+ },
582
+ LightGreen: {
583
+ kind: "property",
584
+ type: () => {
585
+ return Drawing.Color;
586
+ },
587
+ isStatic: true
588
+ },
589
+ LightPink: {
590
+ kind: "property",
591
+ type: () => {
592
+ return Drawing.Color;
593
+ },
594
+ isStatic: true
595
+ },
596
+ LightSalmon: {
597
+ kind: "property",
598
+ type: () => {
599
+ return Drawing.Color;
600
+ },
601
+ isStatic: true
602
+ },
603
+ LightSeaGreen: {
604
+ kind: "property",
605
+ type: () => {
606
+ return Drawing.Color;
607
+ },
608
+ isStatic: true
609
+ },
610
+ LightSkyBlue: {
611
+ kind: "property",
612
+ type: () => {
613
+ return Drawing.Color;
614
+ },
615
+ isStatic: true
616
+ },
617
+ LightSlateGray: {
618
+ kind: "property",
619
+ type: () => {
620
+ return Drawing.Color;
621
+ },
622
+ isStatic: true
623
+ },
624
+ LightSteelBlue: {
625
+ kind: "property",
626
+ type: () => {
627
+ return Drawing.Color;
628
+ },
629
+ isStatic: true
630
+ },
631
+ LightYellow: {
632
+ kind: "property",
633
+ type: () => {
634
+ return Drawing.Color;
635
+ },
636
+ isStatic: true
637
+ },
638
+ Lime: {
639
+ kind: "property",
640
+ type: () => {
641
+ return Drawing.Color;
642
+ },
643
+ isStatic: true
644
+ },
645
+ LimeGreen: {
646
+ kind: "property",
647
+ type: () => {
648
+ return Drawing.Color;
649
+ },
650
+ isStatic: true
651
+ },
652
+ Linen: {
653
+ kind: "property",
654
+ type: () => {
655
+ return Drawing.Color;
656
+ },
657
+ isStatic: true
658
+ },
659
+ Magenta: {
660
+ kind: "property",
661
+ type: () => {
662
+ return Drawing.Color;
663
+ },
664
+ isStatic: true
665
+ },
666
+ Maroon: {
667
+ kind: "property",
668
+ type: () => {
669
+ return Drawing.Color;
670
+ },
671
+ isStatic: true
672
+ },
673
+ MediumAquamarine: {
674
+ kind: "property",
675
+ type: () => {
676
+ return Drawing.Color;
677
+ },
678
+ isStatic: true
679
+ },
680
+ MediumBlue: {
681
+ kind: "property",
682
+ type: () => {
683
+ return Drawing.Color;
684
+ },
685
+ isStatic: true
686
+ },
687
+ MediumOrchid: {
688
+ kind: "property",
689
+ type: () => {
690
+ return Drawing.Color;
691
+ },
692
+ isStatic: true
693
+ },
694
+ MediumPurple: {
695
+ kind: "property",
696
+ type: () => {
697
+ return Drawing.Color;
698
+ },
699
+ isStatic: true
700
+ },
701
+ MediumSeaGreen: {
702
+ kind: "property",
703
+ type: () => {
704
+ return Drawing.Color;
705
+ },
706
+ isStatic: true
707
+ },
708
+ MediumSlateBlue: {
709
+ kind: "property",
710
+ type: () => {
711
+ return Drawing.Color;
712
+ },
713
+ isStatic: true
714
+ },
715
+ MediumSpringGreen: {
716
+ kind: "property",
717
+ type: () => {
718
+ return Drawing.Color;
719
+ },
720
+ isStatic: true
721
+ },
722
+ MediumTurquoise: {
723
+ kind: "property",
724
+ type: () => {
725
+ return Drawing.Color;
726
+ },
727
+ isStatic: true
728
+ },
729
+ MediumVioletRed: {
730
+ kind: "property",
731
+ type: () => {
732
+ return Drawing.Color;
733
+ },
734
+ isStatic: true
735
+ },
736
+ MidnightBlue: {
737
+ kind: "property",
738
+ type: () => {
739
+ return Drawing.Color;
740
+ },
741
+ isStatic: true
742
+ },
743
+ MintCream: {
744
+ kind: "property",
745
+ type: () => {
746
+ return Drawing.Color;
747
+ },
748
+ isStatic: true
749
+ },
750
+ MistyRose: {
751
+ kind: "property",
752
+ type: () => {
753
+ return Drawing.Color;
754
+ },
755
+ isStatic: true
756
+ },
757
+ Moccasin: {
758
+ kind: "property",
759
+ type: () => {
760
+ return Drawing.Color;
761
+ },
762
+ isStatic: true
763
+ },
764
+ Name: {
765
+ kind: "property",
766
+ type: () => {
767
+ return System.String;
768
+ }
769
+ },
770
+ NavajoWhite: {
771
+ kind: "property",
772
+ type: () => {
773
+ return Drawing.Color;
774
+ },
775
+ isStatic: true
776
+ },
777
+ Navy: {
778
+ kind: "property",
779
+ type: () => {
780
+ return Drawing.Color;
781
+ },
782
+ isStatic: true
783
+ },
784
+ OldLace: {
785
+ kind: "property",
786
+ type: () => {
787
+ return Drawing.Color;
788
+ },
789
+ isStatic: true
790
+ },
791
+ Olive: {
792
+ kind: "property",
793
+ type: () => {
794
+ return Drawing.Color;
795
+ },
796
+ isStatic: true
797
+ },
798
+ OliveDrab: {
799
+ kind: "property",
800
+ type: () => {
801
+ return Drawing.Color;
802
+ },
803
+ isStatic: true
804
+ },
805
+ Orange: {
806
+ kind: "property",
807
+ type: () => {
808
+ return Drawing.Color;
809
+ },
810
+ isStatic: true
811
+ },
812
+ OrangeRed: {
813
+ kind: "property",
814
+ type: () => {
815
+ return Drawing.Color;
816
+ },
817
+ isStatic: true
818
+ },
819
+ Orchid: {
820
+ kind: "property",
821
+ type: () => {
822
+ return Drawing.Color;
823
+ },
824
+ isStatic: true
825
+ },
826
+ PaleGoldenrod: {
827
+ kind: "property",
828
+ type: () => {
829
+ return Drawing.Color;
830
+ },
831
+ isStatic: true
832
+ },
833
+ PaleGreen: {
834
+ kind: "property",
835
+ type: () => {
836
+ return Drawing.Color;
837
+ },
838
+ isStatic: true
839
+ },
840
+ PaleTurquoise: {
841
+ kind: "property",
842
+ type: () => {
843
+ return Drawing.Color;
844
+ },
845
+ isStatic: true
846
+ },
847
+ PaleVioletRed: {
848
+ kind: "property",
849
+ type: () => {
850
+ return Drawing.Color;
851
+ },
852
+ isStatic: true
853
+ },
854
+ PapayaWhip: {
855
+ kind: "property",
856
+ type: () => {
857
+ return Drawing.Color;
858
+ },
859
+ isStatic: true
860
+ },
861
+ PeachPuff: {
862
+ kind: "property",
863
+ type: () => {
864
+ return Drawing.Color;
865
+ },
866
+ isStatic: true
867
+ },
868
+ Peru: {
869
+ kind: "property",
870
+ type: () => {
871
+ return Drawing.Color;
872
+ },
873
+ isStatic: true
874
+ },
875
+ Pink: {
876
+ kind: "property",
877
+ type: () => {
878
+ return Drawing.Color;
879
+ },
880
+ isStatic: true
881
+ },
882
+ Plum: {
883
+ kind: "property",
884
+ type: () => {
885
+ return Drawing.Color;
886
+ },
887
+ isStatic: true
888
+ },
889
+ PowderBlue: {
890
+ kind: "property",
891
+ type: () => {
892
+ return Drawing.Color;
893
+ },
894
+ isStatic: true
895
+ },
896
+ Purple: {
897
+ kind: "property",
898
+ type: () => {
899
+ return Drawing.Color;
900
+ },
901
+ isStatic: true
902
+ },
903
+ R: {
904
+ kind: "property",
905
+ type: () => {
906
+ return System.Byte;
907
+ }
908
+ },
909
+ RebeccaPurple: {
910
+ kind: "property",
911
+ type: () => {
912
+ return Drawing.Color;
913
+ },
914
+ isStatic: true
915
+ },
916
+ Red: {
917
+ kind: "property",
918
+ type: () => {
919
+ return Drawing.Color;
920
+ },
921
+ isStatic: true
922
+ },
923
+ RosyBrown: {
924
+ kind: "property",
925
+ type: () => {
926
+ return Drawing.Color;
927
+ },
928
+ isStatic: true
929
+ },
930
+ RoyalBlue: {
931
+ kind: "property",
932
+ type: () => {
933
+ return Drawing.Color;
934
+ },
935
+ isStatic: true
936
+ },
937
+ SaddleBrown: {
938
+ kind: "property",
939
+ type: () => {
940
+ return Drawing.Color;
941
+ },
942
+ isStatic: true
943
+ },
944
+ Salmon: {
945
+ kind: "property",
946
+ type: () => {
947
+ return Drawing.Color;
948
+ },
949
+ isStatic: true
950
+ },
951
+ SandyBrown: {
952
+ kind: "property",
953
+ type: () => {
954
+ return Drawing.Color;
955
+ },
956
+ isStatic: true
957
+ },
958
+ SeaGreen: {
959
+ kind: "property",
960
+ type: () => {
961
+ return Drawing.Color;
962
+ },
963
+ isStatic: true
964
+ },
965
+ SeaShell: {
966
+ kind: "property",
967
+ type: () => {
968
+ return Drawing.Color;
969
+ },
970
+ isStatic: true
971
+ },
972
+ Sienna: {
973
+ kind: "property",
974
+ type: () => {
975
+ return Drawing.Color;
976
+ },
977
+ isStatic: true
978
+ },
979
+ Silver: {
980
+ kind: "property",
981
+ type: () => {
982
+ return Drawing.Color;
983
+ },
984
+ isStatic: true
985
+ },
986
+ SkyBlue: {
987
+ kind: "property",
988
+ type: () => {
989
+ return Drawing.Color;
990
+ },
991
+ isStatic: true
992
+ },
993
+ SlateBlue: {
994
+ kind: "property",
995
+ type: () => {
996
+ return Drawing.Color;
997
+ },
998
+ isStatic: true
999
+ },
1000
+ SlateGray: {
1001
+ kind: "property",
1002
+ type: () => {
1003
+ return Drawing.Color;
1004
+ },
1005
+ isStatic: true
1006
+ },
1007
+ Snow: {
1008
+ kind: "property",
1009
+ type: () => {
1010
+ return Drawing.Color;
1011
+ },
1012
+ isStatic: true
1013
+ },
1014
+ SpringGreen: {
1015
+ kind: "property",
1016
+ type: () => {
1017
+ return Drawing.Color;
1018
+ },
1019
+ isStatic: true
1020
+ },
1021
+ SteelBlue: {
1022
+ kind: "property",
1023
+ type: () => {
1024
+ return Drawing.Color;
1025
+ },
1026
+ isStatic: true
1027
+ },
1028
+ Tan: {
1029
+ kind: "property",
1030
+ type: () => {
1031
+ return Drawing.Color;
1032
+ },
1033
+ isStatic: true
1034
+ },
1035
+ Teal: {
1036
+ kind: "property",
1037
+ type: () => {
1038
+ return Drawing.Color;
1039
+ },
1040
+ isStatic: true
1041
+ },
1042
+ Thistle: {
1043
+ kind: "property",
1044
+ type: () => {
1045
+ return Drawing.Color;
1046
+ },
1047
+ isStatic: true
1048
+ },
1049
+ Tomato: {
1050
+ kind: "property",
1051
+ type: () => {
1052
+ return Drawing.Color;
1053
+ },
1054
+ isStatic: true
1055
+ },
1056
+ Transparent: {
1057
+ kind: "property",
1058
+ type: () => {
1059
+ return Drawing.Color;
1060
+ },
1061
+ isStatic: true
1062
+ },
1063
+ Turquoise: {
1064
+ kind: "property",
1065
+ type: () => {
1066
+ return Drawing.Color;
1067
+ },
1068
+ isStatic: true
1069
+ },
1070
+ Violet: {
1071
+ kind: "property",
1072
+ type: () => {
1073
+ return Drawing.Color;
1074
+ },
1075
+ isStatic: true
1076
+ },
1077
+ Wheat: {
1078
+ kind: "property",
1079
+ type: () => {
1080
+ return Drawing.Color;
1081
+ },
1082
+ isStatic: true
1083
+ },
1084
+ White: {
1085
+ kind: "property",
1086
+ type: () => {
1087
+ return Drawing.Color;
1088
+ },
1089
+ isStatic: true
1090
+ },
1091
+ WhiteSmoke: {
1092
+ kind: "property",
1093
+ type: () => {
1094
+ return Drawing.Color;
1095
+ },
1096
+ isStatic: true
1097
+ },
1098
+ Yellow: {
1099
+ kind: "property",
1100
+ type: () => {
1101
+ return Drawing.Color;
1102
+ },
1103
+ isStatic: true
1104
+ },
1105
+ YellowGreen: {
1106
+ kind: "property",
1107
+ type: () => {
1108
+ return Drawing.Color;
1109
+ },
1110
+ isStatic: true
1111
+ }
1112
+ }
1113
+ },
1114
+ ColorConverter: {
1115
+ kind: "class",
1116
+ members: {
1117
+ ColorConverter: {
1118
+ kind: "method",
1119
+ methodKind: "constructor"
1120
+ },
1121
+ CanConvertFrom: {
1122
+ kind: "method",
1123
+ methodKind: "ordinary",
1124
+ isOverride: true
1125
+ },
1126
+ CanConvertTo: {
1127
+ kind: "method",
1128
+ methodKind: "ordinary",
1129
+ isOverride: true
1130
+ },
1131
+ ConvertFrom: {
1132
+ kind: "method",
1133
+ methodKind: "ordinary",
1134
+ isOverride: true
1135
+ },
1136
+ ConvertTo: {
1137
+ kind: "method",
1138
+ methodKind: "ordinary",
1139
+ isOverride: true
1140
+ },
1141
+ GetStandardValues: {
1142
+ kind: "method",
1143
+ methodKind: "ordinary",
1144
+ isOverride: true
1145
+ },
1146
+ GetStandardValuesSupported: {
1147
+ kind: "method",
1148
+ methodKind: "ordinary",
1149
+ isOverride: true
1150
+ }
1151
+ }
1152
+ },
1153
+ ColorTranslator: {
1154
+ kind: "class",
1155
+ members: {
1156
+ FromHtml: {
1157
+ kind: "method",
1158
+ methodKind: "ordinary",
1159
+ isStatic: true
1160
+ },
1161
+ FromOle: {
1162
+ kind: "method",
1163
+ methodKind: "ordinary",
1164
+ isStatic: true
1165
+ },
1166
+ FromWin32: {
1167
+ kind: "method",
1168
+ methodKind: "ordinary",
1169
+ isStatic: true
1170
+ },
1171
+ ToHtml: {
1172
+ kind: "method",
1173
+ methodKind: "ordinary",
1174
+ isStatic: true
1175
+ },
1176
+ ToOle: {
1177
+ kind: "method",
1178
+ methodKind: "ordinary",
1179
+ isStatic: true
1180
+ },
1181
+ ToWin32: {
1182
+ kind: "method",
1183
+ methodKind: "ordinary",
1184
+ isStatic: true
1185
+ }
1186
+ },
1187
+ isStatic: true
1188
+ },
1189
+ KnownColor: {
1190
+ kind: "enum",
1191
+ members: {
1192
+ ActiveBorder: {
1193
+ kind: "field",
1194
+ type: () => {
1195
+ return Drawing.KnownColor;
1196
+ }
1197
+ },
1198
+ ActiveCaption: {
1199
+ kind: "field",
1200
+ type: () => {
1201
+ return Drawing.KnownColor;
1202
+ }
1203
+ },
1204
+ ActiveCaptionText: {
1205
+ kind: "field",
1206
+ type: () => {
1207
+ return Drawing.KnownColor;
1208
+ }
1209
+ },
1210
+ AppWorkspace: {
1211
+ kind: "field",
1212
+ type: () => {
1213
+ return Drawing.KnownColor;
1214
+ }
1215
+ },
1216
+ Control: {
1217
+ kind: "field",
1218
+ type: () => {
1219
+ return Drawing.KnownColor;
1220
+ }
1221
+ },
1222
+ ControlDark: {
1223
+ kind: "field",
1224
+ type: () => {
1225
+ return Drawing.KnownColor;
1226
+ }
1227
+ },
1228
+ ControlDarkDark: {
1229
+ kind: "field",
1230
+ type: () => {
1231
+ return Drawing.KnownColor;
1232
+ }
1233
+ },
1234
+ ControlLight: {
1235
+ kind: "field",
1236
+ type: () => {
1237
+ return Drawing.KnownColor;
1238
+ }
1239
+ },
1240
+ ControlLightLight: {
1241
+ kind: "field",
1242
+ type: () => {
1243
+ return Drawing.KnownColor;
1244
+ }
1245
+ },
1246
+ ControlText: {
1247
+ kind: "field",
1248
+ type: () => {
1249
+ return Drawing.KnownColor;
1250
+ }
1251
+ },
1252
+ Desktop: {
1253
+ kind: "field",
1254
+ type: () => {
1255
+ return Drawing.KnownColor;
1256
+ }
1257
+ },
1258
+ GrayText: {
1259
+ kind: "field",
1260
+ type: () => {
1261
+ return Drawing.KnownColor;
1262
+ }
1263
+ },
1264
+ Highlight: {
1265
+ kind: "field",
1266
+ type: () => {
1267
+ return Drawing.KnownColor;
1268
+ }
1269
+ },
1270
+ HighlightText: {
1271
+ kind: "field",
1272
+ type: () => {
1273
+ return Drawing.KnownColor;
1274
+ }
1275
+ },
1276
+ HotTrack: {
1277
+ kind: "field",
1278
+ type: () => {
1279
+ return Drawing.KnownColor;
1280
+ }
1281
+ },
1282
+ InactiveBorder: {
1283
+ kind: "field",
1284
+ type: () => {
1285
+ return Drawing.KnownColor;
1286
+ }
1287
+ },
1288
+ InactiveCaption: {
1289
+ kind: "field",
1290
+ type: () => {
1291
+ return Drawing.KnownColor;
1292
+ }
1293
+ },
1294
+ InactiveCaptionText: {
1295
+ kind: "field",
1296
+ type: () => {
1297
+ return Drawing.KnownColor;
1298
+ }
1299
+ },
1300
+ Info: {
1301
+ kind: "field",
1302
+ type: () => {
1303
+ return Drawing.KnownColor;
1304
+ }
1305
+ },
1306
+ InfoText: {
1307
+ kind: "field",
1308
+ type: () => {
1309
+ return Drawing.KnownColor;
1310
+ }
1311
+ },
1312
+ Menu: {
1313
+ kind: "field",
1314
+ type: () => {
1315
+ return Drawing.KnownColor;
1316
+ }
1317
+ },
1318
+ MenuText: {
1319
+ kind: "field",
1320
+ type: () => {
1321
+ return Drawing.KnownColor;
1322
+ }
1323
+ },
1324
+ ScrollBar: {
1325
+ kind: "field",
1326
+ type: () => {
1327
+ return Drawing.KnownColor;
1328
+ }
1329
+ },
1330
+ Window: {
1331
+ kind: "field",
1332
+ type: () => {
1333
+ return Drawing.KnownColor;
1334
+ }
1335
+ },
1336
+ WindowFrame: {
1337
+ kind: "field",
1338
+ type: () => {
1339
+ return Drawing.KnownColor;
1340
+ }
1341
+ },
1342
+ WindowText: {
1343
+ kind: "field",
1344
+ type: () => {
1345
+ return Drawing.KnownColor;
1346
+ }
1347
+ },
1348
+ Transparent: {
1349
+ kind: "field",
1350
+ type: () => {
1351
+ return Drawing.KnownColor;
1352
+ }
1353
+ },
1354
+ AliceBlue: {
1355
+ kind: "field",
1356
+ type: () => {
1357
+ return Drawing.KnownColor;
1358
+ }
1359
+ },
1360
+ AntiqueWhite: {
1361
+ kind: "field",
1362
+ type: () => {
1363
+ return Drawing.KnownColor;
1364
+ }
1365
+ },
1366
+ Aqua: {
1367
+ kind: "field",
1368
+ type: () => {
1369
+ return Drawing.KnownColor;
1370
+ }
1371
+ },
1372
+ Aquamarine: {
1373
+ kind: "field",
1374
+ type: () => {
1375
+ return Drawing.KnownColor;
1376
+ }
1377
+ },
1378
+ Azure: {
1379
+ kind: "field",
1380
+ type: () => {
1381
+ return Drawing.KnownColor;
1382
+ }
1383
+ },
1384
+ Beige: {
1385
+ kind: "field",
1386
+ type: () => {
1387
+ return Drawing.KnownColor;
1388
+ }
1389
+ },
1390
+ Bisque: {
1391
+ kind: "field",
1392
+ type: () => {
1393
+ return Drawing.KnownColor;
1394
+ }
1395
+ },
1396
+ Black: {
1397
+ kind: "field",
1398
+ type: () => {
1399
+ return Drawing.KnownColor;
1400
+ }
1401
+ },
1402
+ BlanchedAlmond: {
1403
+ kind: "field",
1404
+ type: () => {
1405
+ return Drawing.KnownColor;
1406
+ }
1407
+ },
1408
+ Blue: {
1409
+ kind: "field",
1410
+ type: () => {
1411
+ return Drawing.KnownColor;
1412
+ }
1413
+ },
1414
+ BlueViolet: {
1415
+ kind: "field",
1416
+ type: () => {
1417
+ return Drawing.KnownColor;
1418
+ }
1419
+ },
1420
+ Brown: {
1421
+ kind: "field",
1422
+ type: () => {
1423
+ return Drawing.KnownColor;
1424
+ }
1425
+ },
1426
+ BurlyWood: {
1427
+ kind: "field",
1428
+ type: () => {
1429
+ return Drawing.KnownColor;
1430
+ }
1431
+ },
1432
+ CadetBlue: {
1433
+ kind: "field",
1434
+ type: () => {
1435
+ return Drawing.KnownColor;
1436
+ }
1437
+ },
1438
+ Chartreuse: {
1439
+ kind: "field",
1440
+ type: () => {
1441
+ return Drawing.KnownColor;
1442
+ }
1443
+ },
1444
+ Chocolate: {
1445
+ kind: "field",
1446
+ type: () => {
1447
+ return Drawing.KnownColor;
1448
+ }
1449
+ },
1450
+ Coral: {
1451
+ kind: "field",
1452
+ type: () => {
1453
+ return Drawing.KnownColor;
1454
+ }
1455
+ },
1456
+ CornflowerBlue: {
1457
+ kind: "field",
1458
+ type: () => {
1459
+ return Drawing.KnownColor;
1460
+ }
1461
+ },
1462
+ Cornsilk: {
1463
+ kind: "field",
1464
+ type: () => {
1465
+ return Drawing.KnownColor;
1466
+ }
1467
+ },
1468
+ Crimson: {
1469
+ kind: "field",
1470
+ type: () => {
1471
+ return Drawing.KnownColor;
1472
+ }
1473
+ },
1474
+ Cyan: {
1475
+ kind: "field",
1476
+ type: () => {
1477
+ return Drawing.KnownColor;
1478
+ }
1479
+ },
1480
+ DarkBlue: {
1481
+ kind: "field",
1482
+ type: () => {
1483
+ return Drawing.KnownColor;
1484
+ }
1485
+ },
1486
+ DarkCyan: {
1487
+ kind: "field",
1488
+ type: () => {
1489
+ return Drawing.KnownColor;
1490
+ }
1491
+ },
1492
+ DarkGoldenrod: {
1493
+ kind: "field",
1494
+ type: () => {
1495
+ return Drawing.KnownColor;
1496
+ }
1497
+ },
1498
+ DarkGray: {
1499
+ kind: "field",
1500
+ type: () => {
1501
+ return Drawing.KnownColor;
1502
+ }
1503
+ },
1504
+ DarkGreen: {
1505
+ kind: "field",
1506
+ type: () => {
1507
+ return Drawing.KnownColor;
1508
+ }
1509
+ },
1510
+ DarkKhaki: {
1511
+ kind: "field",
1512
+ type: () => {
1513
+ return Drawing.KnownColor;
1514
+ }
1515
+ },
1516
+ DarkMagenta: {
1517
+ kind: "field",
1518
+ type: () => {
1519
+ return Drawing.KnownColor;
1520
+ }
1521
+ },
1522
+ DarkOliveGreen: {
1523
+ kind: "field",
1524
+ type: () => {
1525
+ return Drawing.KnownColor;
1526
+ }
1527
+ },
1528
+ DarkOrange: {
1529
+ kind: "field",
1530
+ type: () => {
1531
+ return Drawing.KnownColor;
1532
+ }
1533
+ },
1534
+ DarkOrchid: {
1535
+ kind: "field",
1536
+ type: () => {
1537
+ return Drawing.KnownColor;
1538
+ }
1539
+ },
1540
+ DarkRed: {
1541
+ kind: "field",
1542
+ type: () => {
1543
+ return Drawing.KnownColor;
1544
+ }
1545
+ },
1546
+ DarkSalmon: {
1547
+ kind: "field",
1548
+ type: () => {
1549
+ return Drawing.KnownColor;
1550
+ }
1551
+ },
1552
+ DarkSeaGreen: {
1553
+ kind: "field",
1554
+ type: () => {
1555
+ return Drawing.KnownColor;
1556
+ }
1557
+ },
1558
+ DarkSlateBlue: {
1559
+ kind: "field",
1560
+ type: () => {
1561
+ return Drawing.KnownColor;
1562
+ }
1563
+ },
1564
+ DarkSlateGray: {
1565
+ kind: "field",
1566
+ type: () => {
1567
+ return Drawing.KnownColor;
1568
+ }
1569
+ },
1570
+ DarkTurquoise: {
1571
+ kind: "field",
1572
+ type: () => {
1573
+ return Drawing.KnownColor;
1574
+ }
1575
+ },
1576
+ DarkViolet: {
1577
+ kind: "field",
1578
+ type: () => {
1579
+ return Drawing.KnownColor;
1580
+ }
1581
+ },
1582
+ DeepPink: {
1583
+ kind: "field",
1584
+ type: () => {
1585
+ return Drawing.KnownColor;
1586
+ }
1587
+ },
1588
+ DeepSkyBlue: {
1589
+ kind: "field",
1590
+ type: () => {
1591
+ return Drawing.KnownColor;
1592
+ }
1593
+ },
1594
+ DimGray: {
1595
+ kind: "field",
1596
+ type: () => {
1597
+ return Drawing.KnownColor;
1598
+ }
1599
+ },
1600
+ DodgerBlue: {
1601
+ kind: "field",
1602
+ type: () => {
1603
+ return Drawing.KnownColor;
1604
+ }
1605
+ },
1606
+ Firebrick: {
1607
+ kind: "field",
1608
+ type: () => {
1609
+ return Drawing.KnownColor;
1610
+ }
1611
+ },
1612
+ FloralWhite: {
1613
+ kind: "field",
1614
+ type: () => {
1615
+ return Drawing.KnownColor;
1616
+ }
1617
+ },
1618
+ ForestGreen: {
1619
+ kind: "field",
1620
+ type: () => {
1621
+ return Drawing.KnownColor;
1622
+ }
1623
+ },
1624
+ Fuchsia: {
1625
+ kind: "field",
1626
+ type: () => {
1627
+ return Drawing.KnownColor;
1628
+ }
1629
+ },
1630
+ Gainsboro: {
1631
+ kind: "field",
1632
+ type: () => {
1633
+ return Drawing.KnownColor;
1634
+ }
1635
+ },
1636
+ GhostWhite: {
1637
+ kind: "field",
1638
+ type: () => {
1639
+ return Drawing.KnownColor;
1640
+ }
1641
+ },
1642
+ Gold: {
1643
+ kind: "field",
1644
+ type: () => {
1645
+ return Drawing.KnownColor;
1646
+ }
1647
+ },
1648
+ Goldenrod: {
1649
+ kind: "field",
1650
+ type: () => {
1651
+ return Drawing.KnownColor;
1652
+ }
1653
+ },
1654
+ Gray: {
1655
+ kind: "field",
1656
+ type: () => {
1657
+ return Drawing.KnownColor;
1658
+ }
1659
+ },
1660
+ Green: {
1661
+ kind: "field",
1662
+ type: () => {
1663
+ return Drawing.KnownColor;
1664
+ }
1665
+ },
1666
+ GreenYellow: {
1667
+ kind: "field",
1668
+ type: () => {
1669
+ return Drawing.KnownColor;
1670
+ }
1671
+ },
1672
+ Honeydew: {
1673
+ kind: "field",
1674
+ type: () => {
1675
+ return Drawing.KnownColor;
1676
+ }
1677
+ },
1678
+ HotPink: {
1679
+ kind: "field",
1680
+ type: () => {
1681
+ return Drawing.KnownColor;
1682
+ }
1683
+ },
1684
+ IndianRed: {
1685
+ kind: "field",
1686
+ type: () => {
1687
+ return Drawing.KnownColor;
1688
+ }
1689
+ },
1690
+ Indigo: {
1691
+ kind: "field",
1692
+ type: () => {
1693
+ return Drawing.KnownColor;
1694
+ }
1695
+ },
1696
+ Ivory: {
1697
+ kind: "field",
1698
+ type: () => {
1699
+ return Drawing.KnownColor;
1700
+ }
1701
+ },
1702
+ Khaki: {
1703
+ kind: "field",
1704
+ type: () => {
1705
+ return Drawing.KnownColor;
1706
+ }
1707
+ },
1708
+ Lavender: {
1709
+ kind: "field",
1710
+ type: () => {
1711
+ return Drawing.KnownColor;
1712
+ }
1713
+ },
1714
+ LavenderBlush: {
1715
+ kind: "field",
1716
+ type: () => {
1717
+ return Drawing.KnownColor;
1718
+ }
1719
+ },
1720
+ LawnGreen: {
1721
+ kind: "field",
1722
+ type: () => {
1723
+ return Drawing.KnownColor;
1724
+ }
1725
+ },
1726
+ LemonChiffon: {
1727
+ kind: "field",
1728
+ type: () => {
1729
+ return Drawing.KnownColor;
1730
+ }
1731
+ },
1732
+ LightBlue: {
1733
+ kind: "field",
1734
+ type: () => {
1735
+ return Drawing.KnownColor;
1736
+ }
1737
+ },
1738
+ LightCoral: {
1739
+ kind: "field",
1740
+ type: () => {
1741
+ return Drawing.KnownColor;
1742
+ }
1743
+ },
1744
+ LightCyan: {
1745
+ kind: "field",
1746
+ type: () => {
1747
+ return Drawing.KnownColor;
1748
+ }
1749
+ },
1750
+ LightGoldenrodYellow: {
1751
+ kind: "field",
1752
+ type: () => {
1753
+ return Drawing.KnownColor;
1754
+ }
1755
+ },
1756
+ LightGray: {
1757
+ kind: "field",
1758
+ type: () => {
1759
+ return Drawing.KnownColor;
1760
+ }
1761
+ },
1762
+ LightGreen: {
1763
+ kind: "field",
1764
+ type: () => {
1765
+ return Drawing.KnownColor;
1766
+ }
1767
+ },
1768
+ LightPink: {
1769
+ kind: "field",
1770
+ type: () => {
1771
+ return Drawing.KnownColor;
1772
+ }
1773
+ },
1774
+ LightSalmon: {
1775
+ kind: "field",
1776
+ type: () => {
1777
+ return Drawing.KnownColor;
1778
+ }
1779
+ },
1780
+ LightSeaGreen: {
1781
+ kind: "field",
1782
+ type: () => {
1783
+ return Drawing.KnownColor;
1784
+ }
1785
+ },
1786
+ LightSkyBlue: {
1787
+ kind: "field",
1788
+ type: () => {
1789
+ return Drawing.KnownColor;
1790
+ }
1791
+ },
1792
+ LightSlateGray: {
1793
+ kind: "field",
1794
+ type: () => {
1795
+ return Drawing.KnownColor;
1796
+ }
1797
+ },
1798
+ LightSteelBlue: {
1799
+ kind: "field",
1800
+ type: () => {
1801
+ return Drawing.KnownColor;
1802
+ }
1803
+ },
1804
+ LightYellow: {
1805
+ kind: "field",
1806
+ type: () => {
1807
+ return Drawing.KnownColor;
1808
+ }
1809
+ },
1810
+ Lime: {
1811
+ kind: "field",
1812
+ type: () => {
1813
+ return Drawing.KnownColor;
1814
+ }
1815
+ },
1816
+ LimeGreen: {
1817
+ kind: "field",
1818
+ type: () => {
1819
+ return Drawing.KnownColor;
1820
+ }
1821
+ },
1822
+ Linen: {
1823
+ kind: "field",
1824
+ type: () => {
1825
+ return Drawing.KnownColor;
1826
+ }
1827
+ },
1828
+ Magenta: {
1829
+ kind: "field",
1830
+ type: () => {
1831
+ return Drawing.KnownColor;
1832
+ }
1833
+ },
1834
+ Maroon: {
1835
+ kind: "field",
1836
+ type: () => {
1837
+ return Drawing.KnownColor;
1838
+ }
1839
+ },
1840
+ MediumAquamarine: {
1841
+ kind: "field",
1842
+ type: () => {
1843
+ return Drawing.KnownColor;
1844
+ }
1845
+ },
1846
+ MediumBlue: {
1847
+ kind: "field",
1848
+ type: () => {
1849
+ return Drawing.KnownColor;
1850
+ }
1851
+ },
1852
+ MediumOrchid: {
1853
+ kind: "field",
1854
+ type: () => {
1855
+ return Drawing.KnownColor;
1856
+ }
1857
+ },
1858
+ MediumPurple: {
1859
+ kind: "field",
1860
+ type: () => {
1861
+ return Drawing.KnownColor;
1862
+ }
1863
+ },
1864
+ MediumSeaGreen: {
1865
+ kind: "field",
1866
+ type: () => {
1867
+ return Drawing.KnownColor;
1868
+ }
1869
+ },
1870
+ MediumSlateBlue: {
1871
+ kind: "field",
1872
+ type: () => {
1873
+ return Drawing.KnownColor;
1874
+ }
1875
+ },
1876
+ MediumSpringGreen: {
1877
+ kind: "field",
1878
+ type: () => {
1879
+ return Drawing.KnownColor;
1880
+ }
1881
+ },
1882
+ MediumTurquoise: {
1883
+ kind: "field",
1884
+ type: () => {
1885
+ return Drawing.KnownColor;
1886
+ }
1887
+ },
1888
+ MediumVioletRed: {
1889
+ kind: "field",
1890
+ type: () => {
1891
+ return Drawing.KnownColor;
1892
+ }
1893
+ },
1894
+ MidnightBlue: {
1895
+ kind: "field",
1896
+ type: () => {
1897
+ return Drawing.KnownColor;
1898
+ }
1899
+ },
1900
+ MintCream: {
1901
+ kind: "field",
1902
+ type: () => {
1903
+ return Drawing.KnownColor;
1904
+ }
1905
+ },
1906
+ MistyRose: {
1907
+ kind: "field",
1908
+ type: () => {
1909
+ return Drawing.KnownColor;
1910
+ }
1911
+ },
1912
+ Moccasin: {
1913
+ kind: "field",
1914
+ type: () => {
1915
+ return Drawing.KnownColor;
1916
+ }
1917
+ },
1918
+ NavajoWhite: {
1919
+ kind: "field",
1920
+ type: () => {
1921
+ return Drawing.KnownColor;
1922
+ }
1923
+ },
1924
+ Navy: {
1925
+ kind: "field",
1926
+ type: () => {
1927
+ return Drawing.KnownColor;
1928
+ }
1929
+ },
1930
+ OldLace: {
1931
+ kind: "field",
1932
+ type: () => {
1933
+ return Drawing.KnownColor;
1934
+ }
1935
+ },
1936
+ Olive: {
1937
+ kind: "field",
1938
+ type: () => {
1939
+ return Drawing.KnownColor;
1940
+ }
1941
+ },
1942
+ OliveDrab: {
1943
+ kind: "field",
1944
+ type: () => {
1945
+ return Drawing.KnownColor;
1946
+ }
1947
+ },
1948
+ Orange: {
1949
+ kind: "field",
1950
+ type: () => {
1951
+ return Drawing.KnownColor;
1952
+ }
1953
+ },
1954
+ OrangeRed: {
1955
+ kind: "field",
1956
+ type: () => {
1957
+ return Drawing.KnownColor;
1958
+ }
1959
+ },
1960
+ Orchid: {
1961
+ kind: "field",
1962
+ type: () => {
1963
+ return Drawing.KnownColor;
1964
+ }
1965
+ },
1966
+ PaleGoldenrod: {
1967
+ kind: "field",
1968
+ type: () => {
1969
+ return Drawing.KnownColor;
1970
+ }
1971
+ },
1972
+ PaleGreen: {
1973
+ kind: "field",
1974
+ type: () => {
1975
+ return Drawing.KnownColor;
1976
+ }
1977
+ },
1978
+ PaleTurquoise: {
1979
+ kind: "field",
1980
+ type: () => {
1981
+ return Drawing.KnownColor;
1982
+ }
1983
+ },
1984
+ PaleVioletRed: {
1985
+ kind: "field",
1986
+ type: () => {
1987
+ return Drawing.KnownColor;
1988
+ }
1989
+ },
1990
+ PapayaWhip: {
1991
+ kind: "field",
1992
+ type: () => {
1993
+ return Drawing.KnownColor;
1994
+ }
1995
+ },
1996
+ PeachPuff: {
1997
+ kind: "field",
1998
+ type: () => {
1999
+ return Drawing.KnownColor;
2000
+ }
2001
+ },
2002
+ Peru: {
2003
+ kind: "field",
2004
+ type: () => {
2005
+ return Drawing.KnownColor;
2006
+ }
2007
+ },
2008
+ Pink: {
2009
+ kind: "field",
2010
+ type: () => {
2011
+ return Drawing.KnownColor;
2012
+ }
2013
+ },
2014
+ Plum: {
2015
+ kind: "field",
2016
+ type: () => {
2017
+ return Drawing.KnownColor;
2018
+ }
2019
+ },
2020
+ PowderBlue: {
2021
+ kind: "field",
2022
+ type: () => {
2023
+ return Drawing.KnownColor;
2024
+ }
2025
+ },
2026
+ Purple: {
2027
+ kind: "field",
2028
+ type: () => {
2029
+ return Drawing.KnownColor;
2030
+ }
2031
+ },
2032
+ Red: {
2033
+ kind: "field",
2034
+ type: () => {
2035
+ return Drawing.KnownColor;
2036
+ }
2037
+ },
2038
+ RosyBrown: {
2039
+ kind: "field",
2040
+ type: () => {
2041
+ return Drawing.KnownColor;
2042
+ }
2043
+ },
2044
+ RoyalBlue: {
2045
+ kind: "field",
2046
+ type: () => {
2047
+ return Drawing.KnownColor;
2048
+ }
2049
+ },
2050
+ SaddleBrown: {
2051
+ kind: "field",
2052
+ type: () => {
2053
+ return Drawing.KnownColor;
2054
+ }
2055
+ },
2056
+ Salmon: {
2057
+ kind: "field",
2058
+ type: () => {
2059
+ return Drawing.KnownColor;
2060
+ }
2061
+ },
2062
+ SandyBrown: {
2063
+ kind: "field",
2064
+ type: () => {
2065
+ return Drawing.KnownColor;
2066
+ }
2067
+ },
2068
+ SeaGreen: {
2069
+ kind: "field",
2070
+ type: () => {
2071
+ return Drawing.KnownColor;
2072
+ }
2073
+ },
2074
+ SeaShell: {
2075
+ kind: "field",
2076
+ type: () => {
2077
+ return Drawing.KnownColor;
2078
+ }
2079
+ },
2080
+ Sienna: {
2081
+ kind: "field",
2082
+ type: () => {
2083
+ return Drawing.KnownColor;
2084
+ }
2085
+ },
2086
+ Silver: {
2087
+ kind: "field",
2088
+ type: () => {
2089
+ return Drawing.KnownColor;
2090
+ }
2091
+ },
2092
+ SkyBlue: {
2093
+ kind: "field",
2094
+ type: () => {
2095
+ return Drawing.KnownColor;
2096
+ }
2097
+ },
2098
+ SlateBlue: {
2099
+ kind: "field",
2100
+ type: () => {
2101
+ return Drawing.KnownColor;
2102
+ }
2103
+ },
2104
+ SlateGray: {
2105
+ kind: "field",
2106
+ type: () => {
2107
+ return Drawing.KnownColor;
2108
+ }
2109
+ },
2110
+ Snow: {
2111
+ kind: "field",
2112
+ type: () => {
2113
+ return Drawing.KnownColor;
2114
+ }
2115
+ },
2116
+ SpringGreen: {
2117
+ kind: "field",
2118
+ type: () => {
2119
+ return Drawing.KnownColor;
2120
+ }
2121
+ },
2122
+ SteelBlue: {
2123
+ kind: "field",
2124
+ type: () => {
2125
+ return Drawing.KnownColor;
2126
+ }
2127
+ },
2128
+ Tan: {
2129
+ kind: "field",
2130
+ type: () => {
2131
+ return Drawing.KnownColor;
2132
+ }
2133
+ },
2134
+ Teal: {
2135
+ kind: "field",
2136
+ type: () => {
2137
+ return Drawing.KnownColor;
2138
+ }
2139
+ },
2140
+ Thistle: {
2141
+ kind: "field",
2142
+ type: () => {
2143
+ return Drawing.KnownColor;
2144
+ }
2145
+ },
2146
+ Tomato: {
2147
+ kind: "field",
2148
+ type: () => {
2149
+ return Drawing.KnownColor;
2150
+ }
2151
+ },
2152
+ Turquoise: {
2153
+ kind: "field",
2154
+ type: () => {
2155
+ return Drawing.KnownColor;
2156
+ }
2157
+ },
2158
+ Violet: {
2159
+ kind: "field",
2160
+ type: () => {
2161
+ return Drawing.KnownColor;
2162
+ }
2163
+ },
2164
+ Wheat: {
2165
+ kind: "field",
2166
+ type: () => {
2167
+ return Drawing.KnownColor;
2168
+ }
2169
+ },
2170
+ White: {
2171
+ kind: "field",
2172
+ type: () => {
2173
+ return Drawing.KnownColor;
2174
+ }
2175
+ },
2176
+ WhiteSmoke: {
2177
+ kind: "field",
2178
+ type: () => {
2179
+ return Drawing.KnownColor;
2180
+ }
2181
+ },
2182
+ Yellow: {
2183
+ kind: "field",
2184
+ type: () => {
2185
+ return Drawing.KnownColor;
2186
+ }
2187
+ },
2188
+ YellowGreen: {
2189
+ kind: "field",
2190
+ type: () => {
2191
+ return Drawing.KnownColor;
2192
+ }
2193
+ },
2194
+ ButtonFace: {
2195
+ kind: "field",
2196
+ type: () => {
2197
+ return Drawing.KnownColor;
2198
+ }
2199
+ },
2200
+ ButtonHighlight: {
2201
+ kind: "field",
2202
+ type: () => {
2203
+ return Drawing.KnownColor;
2204
+ }
2205
+ },
2206
+ ButtonShadow: {
2207
+ kind: "field",
2208
+ type: () => {
2209
+ return Drawing.KnownColor;
2210
+ }
2211
+ },
2212
+ GradientActiveCaption: {
2213
+ kind: "field",
2214
+ type: () => {
2215
+ return Drawing.KnownColor;
2216
+ }
2217
+ },
2218
+ GradientInactiveCaption: {
2219
+ kind: "field",
2220
+ type: () => {
2221
+ return Drawing.KnownColor;
2222
+ }
2223
+ },
2224
+ MenuBar: {
2225
+ kind: "field",
2226
+ type: () => {
2227
+ return Drawing.KnownColor;
2228
+ }
2229
+ },
2230
+ MenuHighlight: {
2231
+ kind: "field",
2232
+ type: () => {
2233
+ return Drawing.KnownColor;
2234
+ }
2235
+ },
2236
+ RebeccaPurple: {
2237
+ kind: "field",
2238
+ type: () => {
2239
+ return Drawing.KnownColor;
2240
+ }
2241
+ }
2242
+ }
2243
+ },
2244
+ Point: {
2245
+ kind: "struct",
2246
+ members: {
2247
+ Empty: {
2248
+ kind: "field",
2249
+ type: () => {
2250
+ return Drawing.Point;
2251
+ },
2252
+ isStatic: true,
2253
+ isReadOnly: true
2254
+ },
2255
+ Point: {
2256
+ kind: "method",
2257
+ methodKind: "constructor"
2258
+ },
2259
+ Add: {
2260
+ kind: "method",
2261
+ methodKind: "ordinary",
2262
+ isStatic: true
2263
+ },
2264
+ Ceiling: {
2265
+ kind: "method",
2266
+ methodKind: "ordinary",
2267
+ isStatic: true
2268
+ },
2269
+ Equals: {
2270
+ kind: "method",
2271
+ methodKind: "ordinary",
2272
+ isReadOnly: true
2273
+ },
2274
+ GetHashCode: {
2275
+ kind: "method",
2276
+ methodKind: "ordinary",
2277
+ isOverride: true,
2278
+ isReadOnly: true
2279
+ },
2280
+ Offset: {
2281
+ kind: "method",
2282
+ methodKind: "ordinary"
2283
+ },
2284
+ Round: {
2285
+ kind: "method",
2286
+ methodKind: "ordinary",
2287
+ isStatic: true
2288
+ },
2289
+ Subtract: {
2290
+ kind: "method",
2291
+ methodKind: "ordinary",
2292
+ isStatic: true
2293
+ },
2294
+ ToString: {
2295
+ kind: "method",
2296
+ methodKind: "ordinary",
2297
+ isOverride: true,
2298
+ isReadOnly: true
2299
+ },
2300
+ Truncate: {
2301
+ kind: "method",
2302
+ methodKind: "ordinary",
2303
+ isStatic: true
2304
+ },
2305
+ IsEmpty: {
2306
+ kind: "property",
2307
+ type: () => {
2308
+ return System.Boolean;
2309
+ },
2310
+ isReadOnly: true
2311
+ },
2312
+ X: {
2313
+ kind: "property",
2314
+ type: () => {
2315
+ return System.Int32;
2316
+ },
2317
+ isReadOnly: true
2318
+ },
2319
+ Y: {
2320
+ kind: "property",
2321
+ type: () => {
2322
+ return System.Int32;
2323
+ },
2324
+ isReadOnly: true
2325
+ }
2326
+ }
2327
+ },
2328
+ PointConverter: {
2329
+ kind: "class",
2330
+ members: {
2331
+ PointConverter: {
2332
+ kind: "method",
2333
+ methodKind: "constructor"
2334
+ },
2335
+ CanConvertFrom: {
2336
+ kind: "method",
2337
+ methodKind: "ordinary",
2338
+ isOverride: true
2339
+ },
2340
+ CanConvertTo: {
2341
+ kind: "method",
2342
+ methodKind: "ordinary",
2343
+ isOverride: true
2344
+ },
2345
+ ConvertFrom: {
2346
+ kind: "method",
2347
+ methodKind: "ordinary",
2348
+ isOverride: true
2349
+ },
2350
+ ConvertTo: {
2351
+ kind: "method",
2352
+ methodKind: "ordinary",
2353
+ isOverride: true
2354
+ },
2355
+ CreateInstance: {
2356
+ kind: "method",
2357
+ methodKind: "ordinary",
2358
+ isOverride: true
2359
+ },
2360
+ GetCreateInstanceSupported: {
2361
+ kind: "method",
2362
+ methodKind: "ordinary",
2363
+ isOverride: true
2364
+ },
2365
+ GetProperties: {
2366
+ kind: "method",
2367
+ methodKind: "ordinary",
2368
+ isOverride: true
2369
+ },
2370
+ GetPropertiesSupported: {
2371
+ kind: "method",
2372
+ methodKind: "ordinary",
2373
+ isOverride: true
2374
+ }
2375
+ }
2376
+ },
2377
+ PointF: {
2378
+ kind: "struct",
2379
+ members: {
2380
+ Empty: {
2381
+ kind: "field",
2382
+ type: () => {
2383
+ return Drawing.PointF;
2384
+ },
2385
+ isStatic: true,
2386
+ isReadOnly: true
2387
+ },
2388
+ PointF: {
2389
+ kind: "method",
2390
+ methodKind: "constructor"
2391
+ },
2392
+ Add: {
2393
+ kind: "method",
2394
+ methodKind: "ordinary",
2395
+ isStatic: true
2396
+ },
2397
+ Equals: {
2398
+ kind: "method",
2399
+ methodKind: "ordinary",
2400
+ isReadOnly: true
2401
+ },
2402
+ GetHashCode: {
2403
+ kind: "method",
2404
+ methodKind: "ordinary",
2405
+ isOverride: true,
2406
+ isReadOnly: true
2407
+ },
2408
+ Subtract: {
2409
+ kind: "method",
2410
+ methodKind: "ordinary",
2411
+ isStatic: true
2412
+ },
2413
+ ToString: {
2414
+ kind: "method",
2415
+ methodKind: "ordinary",
2416
+ isOverride: true,
2417
+ isReadOnly: true
2418
+ },
2419
+ ToVector2: {
2420
+ kind: "method",
2421
+ methodKind: "ordinary"
2422
+ },
2423
+ IsEmpty: {
2424
+ kind: "property",
2425
+ type: () => {
2426
+ return System.Boolean;
2427
+ },
2428
+ isReadOnly: true
2429
+ },
2430
+ X: {
2431
+ kind: "property",
2432
+ type: () => {
2433
+ return System.Single;
2434
+ },
2435
+ isReadOnly: true
2436
+ },
2437
+ Y: {
2438
+ kind: "property",
2439
+ type: () => {
2440
+ return System.Single;
2441
+ },
2442
+ isReadOnly: true
2443
+ }
2444
+ }
2445
+ },
2446
+ Rectangle: {
2447
+ kind: "struct",
2448
+ members: {
2449
+ Empty: {
2450
+ kind: "field",
2451
+ type: () => {
2452
+ return Drawing.Rectangle;
2453
+ },
2454
+ isStatic: true,
2455
+ isReadOnly: true
2456
+ },
2457
+ Rectangle: {
2458
+ kind: "method",
2459
+ methodKind: "constructor"
2460
+ },
2461
+ Ceiling: {
2462
+ kind: "method",
2463
+ methodKind: "ordinary",
2464
+ isStatic: true
2465
+ },
2466
+ Contains: {
2467
+ kind: "method",
2468
+ methodKind: "ordinary",
2469
+ isReadOnly: true
2470
+ },
2471
+ Equals: {
2472
+ kind: "method",
2473
+ methodKind: "ordinary",
2474
+ isReadOnly: true
2475
+ },
2476
+ FromLTRB: {
2477
+ kind: "method",
2478
+ methodKind: "ordinary",
2479
+ isStatic: true
2480
+ },
2481
+ GetHashCode: {
2482
+ kind: "method",
2483
+ methodKind: "ordinary",
2484
+ isOverride: true,
2485
+ isReadOnly: true
2486
+ },
2487
+ Inflate: {
2488
+ kind: "method",
2489
+ methodKind: "ordinary",
2490
+ isStatic: true
2491
+ },
2492
+ Intersect: {
2493
+ kind: "method",
2494
+ methodKind: "ordinary"
2495
+ },
2496
+ IntersectsWith: {
2497
+ kind: "method",
2498
+ methodKind: "ordinary",
2499
+ isReadOnly: true
2500
+ },
2501
+ Offset: {
2502
+ kind: "method",
2503
+ methodKind: "ordinary"
2504
+ },
2505
+ Round: {
2506
+ kind: "method",
2507
+ methodKind: "ordinary",
2508
+ isStatic: true
2509
+ },
2510
+ ToString: {
2511
+ kind: "method",
2512
+ methodKind: "ordinary",
2513
+ isOverride: true,
2514
+ isReadOnly: true
2515
+ },
2516
+ Truncate: {
2517
+ kind: "method",
2518
+ methodKind: "ordinary",
2519
+ isStatic: true
2520
+ },
2521
+ Union: {
2522
+ kind: "method",
2523
+ methodKind: "ordinary",
2524
+ isStatic: true
2525
+ },
2526
+ Bottom: {
2527
+ kind: "property",
2528
+ type: () => {
2529
+ return System.Int32;
2530
+ },
2531
+ isReadOnly: true
2532
+ },
2533
+ Height: {
2534
+ kind: "property",
2535
+ type: () => {
2536
+ return System.Int32;
2537
+ },
2538
+ isReadOnly: true
2539
+ },
2540
+ IsEmpty: {
2541
+ kind: "property",
2542
+ type: () => {
2543
+ return System.Boolean;
2544
+ },
2545
+ isReadOnly: true
2546
+ },
2547
+ Left: {
2548
+ kind: "property",
2549
+ type: () => {
2550
+ return System.Int32;
2551
+ },
2552
+ isReadOnly: true
2553
+ },
2554
+ Location: {
2555
+ kind: "property",
2556
+ type: () => {
2557
+ return Drawing.Point;
2558
+ },
2559
+ isReadOnly: true
2560
+ },
2561
+ Right: {
2562
+ kind: "property",
2563
+ type: () => {
2564
+ return System.Int32;
2565
+ },
2566
+ isReadOnly: true
2567
+ },
2568
+ Size: {
2569
+ kind: "property",
2570
+ type: () => {
2571
+ return Drawing.Size;
2572
+ },
2573
+ isReadOnly: true
2574
+ },
2575
+ Top: {
2576
+ kind: "property",
2577
+ type: () => {
2578
+ return System.Int32;
2579
+ },
2580
+ isReadOnly: true
2581
+ },
2582
+ Width: {
2583
+ kind: "property",
2584
+ type: () => {
2585
+ return System.Int32;
2586
+ },
2587
+ isReadOnly: true
2588
+ },
2589
+ X: {
2590
+ kind: "property",
2591
+ type: () => {
2592
+ return System.Int32;
2593
+ },
2594
+ isReadOnly: true
2595
+ },
2596
+ Y: {
2597
+ kind: "property",
2598
+ type: () => {
2599
+ return System.Int32;
2600
+ },
2601
+ isReadOnly: true
2602
+ }
2603
+ }
2604
+ },
2605
+ RectangleConverter: {
2606
+ kind: "class",
2607
+ members: {
2608
+ RectangleConverter: {
2609
+ kind: "method",
2610
+ methodKind: "constructor"
2611
+ },
2612
+ CanConvertFrom: {
2613
+ kind: "method",
2614
+ methodKind: "ordinary",
2615
+ isOverride: true
2616
+ },
2617
+ CanConvertTo: {
2618
+ kind: "method",
2619
+ methodKind: "ordinary",
2620
+ isOverride: true
2621
+ },
2622
+ ConvertFrom: {
2623
+ kind: "method",
2624
+ methodKind: "ordinary",
2625
+ isOverride: true
2626
+ },
2627
+ ConvertTo: {
2628
+ kind: "method",
2629
+ methodKind: "ordinary",
2630
+ isOverride: true
2631
+ },
2632
+ CreateInstance: {
2633
+ kind: "method",
2634
+ methodKind: "ordinary",
2635
+ isOverride: true
2636
+ },
2637
+ GetCreateInstanceSupported: {
2638
+ kind: "method",
2639
+ methodKind: "ordinary",
2640
+ isOverride: true
2641
+ },
2642
+ GetProperties: {
2643
+ kind: "method",
2644
+ methodKind: "ordinary",
2645
+ isOverride: true
2646
+ },
2647
+ GetPropertiesSupported: {
2648
+ kind: "method",
2649
+ methodKind: "ordinary",
2650
+ isOverride: true
2651
+ }
2652
+ }
2653
+ },
2654
+ RectangleF: {
2655
+ kind: "struct",
2656
+ members: {
2657
+ Empty: {
2658
+ kind: "field",
2659
+ type: () => {
2660
+ return Drawing.RectangleF;
2661
+ },
2662
+ isStatic: true,
2663
+ isReadOnly: true
2664
+ },
2665
+ RectangleF: {
2666
+ kind: "method",
2667
+ methodKind: "constructor"
2668
+ },
2669
+ Contains: {
2670
+ kind: "method",
2671
+ methodKind: "ordinary",
2672
+ isReadOnly: true
2673
+ },
2674
+ Equals: {
2675
+ kind: "method",
2676
+ methodKind: "ordinary",
2677
+ isReadOnly: true
2678
+ },
2679
+ FromLTRB: {
2680
+ kind: "method",
2681
+ methodKind: "ordinary",
2682
+ isStatic: true
2683
+ },
2684
+ GetHashCode: {
2685
+ kind: "method",
2686
+ methodKind: "ordinary",
2687
+ isOverride: true,
2688
+ isReadOnly: true
2689
+ },
2690
+ Inflate: {
2691
+ kind: "method",
2692
+ methodKind: "ordinary",
2693
+ isStatic: true
2694
+ },
2695
+ Intersect: {
2696
+ kind: "method",
2697
+ methodKind: "ordinary"
2698
+ },
2699
+ IntersectsWith: {
2700
+ kind: "method",
2701
+ methodKind: "ordinary",
2702
+ isReadOnly: true
2703
+ },
2704
+ Offset: {
2705
+ kind: "method",
2706
+ methodKind: "ordinary"
2707
+ },
2708
+ ToString: {
2709
+ kind: "method",
2710
+ methodKind: "ordinary",
2711
+ isOverride: true,
2712
+ isReadOnly: true
2713
+ },
2714
+ ToVector4: {
2715
+ kind: "method",
2716
+ methodKind: "ordinary"
2717
+ },
2718
+ Union: {
2719
+ kind: "method",
2720
+ methodKind: "ordinary",
2721
+ isStatic: true
2722
+ },
2723
+ Bottom: {
2724
+ kind: "property",
2725
+ type: () => {
2726
+ return System.Single;
2727
+ },
2728
+ isReadOnly: true
2729
+ },
2730
+ Height: {
2731
+ kind: "property",
2732
+ type: () => {
2733
+ return System.Single;
2734
+ },
2735
+ isReadOnly: true
2736
+ },
2737
+ IsEmpty: {
2738
+ kind: "property",
2739
+ type: () => {
2740
+ return System.Boolean;
2741
+ },
2742
+ isReadOnly: true
2743
+ },
2744
+ Left: {
2745
+ kind: "property",
2746
+ type: () => {
2747
+ return System.Single;
2748
+ },
2749
+ isReadOnly: true
2750
+ },
2751
+ Location: {
2752
+ kind: "property",
2753
+ type: () => {
2754
+ return Drawing.PointF;
2755
+ },
2756
+ isReadOnly: true
2757
+ },
2758
+ Right: {
2759
+ kind: "property",
2760
+ type: () => {
2761
+ return System.Single;
2762
+ },
2763
+ isReadOnly: true
2764
+ },
2765
+ Size: {
2766
+ kind: "property",
2767
+ type: () => {
2768
+ return Drawing.SizeF;
2769
+ },
2770
+ isReadOnly: true
2771
+ },
2772
+ Top: {
2773
+ kind: "property",
2774
+ type: () => {
2775
+ return System.Single;
2776
+ },
2777
+ isReadOnly: true
2778
+ },
2779
+ Width: {
2780
+ kind: "property",
2781
+ type: () => {
2782
+ return System.Single;
2783
+ },
2784
+ isReadOnly: true
2785
+ },
2786
+ X: {
2787
+ kind: "property",
2788
+ type: () => {
2789
+ return System.Single;
2790
+ },
2791
+ isReadOnly: true
2792
+ },
2793
+ Y: {
2794
+ kind: "property",
2795
+ type: () => {
2796
+ return System.Single;
2797
+ },
2798
+ isReadOnly: true
2799
+ }
2800
+ }
2801
+ },
2802
+ Size: {
2803
+ kind: "struct",
2804
+ members: {
2805
+ Empty: {
2806
+ kind: "field",
2807
+ type: () => {
2808
+ return Drawing.Size;
2809
+ },
2810
+ isStatic: true,
2811
+ isReadOnly: true
2812
+ },
2813
+ Size: {
2814
+ kind: "method",
2815
+ methodKind: "constructor"
2816
+ },
2817
+ Add: {
2818
+ kind: "method",
2819
+ methodKind: "ordinary",
2820
+ isStatic: true
2821
+ },
2822
+ Ceiling: {
2823
+ kind: "method",
2824
+ methodKind: "ordinary",
2825
+ isStatic: true
2826
+ },
2827
+ Equals: {
2828
+ kind: "method",
2829
+ methodKind: "ordinary",
2830
+ isReadOnly: true
2831
+ },
2832
+ GetHashCode: {
2833
+ kind: "method",
2834
+ methodKind: "ordinary",
2835
+ isOverride: true,
2836
+ isReadOnly: true
2837
+ },
2838
+ Round: {
2839
+ kind: "method",
2840
+ methodKind: "ordinary",
2841
+ isStatic: true
2842
+ },
2843
+ Subtract: {
2844
+ kind: "method",
2845
+ methodKind: "ordinary",
2846
+ isStatic: true
2847
+ },
2848
+ ToString: {
2849
+ kind: "method",
2850
+ methodKind: "ordinary",
2851
+ isOverride: true,
2852
+ isReadOnly: true
2853
+ },
2854
+ Truncate: {
2855
+ kind: "method",
2856
+ methodKind: "ordinary",
2857
+ isStatic: true
2858
+ },
2859
+ Height: {
2860
+ kind: "property",
2861
+ type: () => {
2862
+ return System.Int32;
2863
+ },
2864
+ isReadOnly: true
2865
+ },
2866
+ IsEmpty: {
2867
+ kind: "property",
2868
+ type: () => {
2869
+ return System.Boolean;
2870
+ },
2871
+ isReadOnly: true
2872
+ },
2873
+ Width: {
2874
+ kind: "property",
2875
+ type: () => {
2876
+ return System.Int32;
2877
+ },
2878
+ isReadOnly: true
2879
+ }
2880
+ }
2881
+ },
2882
+ SizeConverter: {
2883
+ kind: "class",
2884
+ members: {
2885
+ SizeConverter: {
2886
+ kind: "method",
2887
+ methodKind: "constructor"
2888
+ },
2889
+ CanConvertFrom: {
2890
+ kind: "method",
2891
+ methodKind: "ordinary",
2892
+ isOverride: true
2893
+ },
2894
+ CanConvertTo: {
2895
+ kind: "method",
2896
+ methodKind: "ordinary",
2897
+ isOverride: true
2898
+ },
2899
+ ConvertFrom: {
2900
+ kind: "method",
2901
+ methodKind: "ordinary",
2902
+ isOverride: true
2903
+ },
2904
+ ConvertTo: {
2905
+ kind: "method",
2906
+ methodKind: "ordinary",
2907
+ isOverride: true
2908
+ },
2909
+ CreateInstance: {
2910
+ kind: "method",
2911
+ methodKind: "ordinary",
2912
+ isOverride: true
2913
+ },
2914
+ GetCreateInstanceSupported: {
2915
+ kind: "method",
2916
+ methodKind: "ordinary",
2917
+ isOverride: true
2918
+ },
2919
+ GetProperties: {
2920
+ kind: "method",
2921
+ methodKind: "ordinary",
2922
+ isOverride: true
2923
+ },
2924
+ GetPropertiesSupported: {
2925
+ kind: "method",
2926
+ methodKind: "ordinary",
2927
+ isOverride: true
2928
+ }
2929
+ }
2930
+ },
2931
+ SizeF: {
2932
+ kind: "struct",
2933
+ members: {
2934
+ Empty: {
2935
+ kind: "field",
2936
+ type: () => {
2937
+ return Drawing.SizeF;
2938
+ },
2939
+ isStatic: true,
2940
+ isReadOnly: true
2941
+ },
2942
+ SizeF: {
2943
+ kind: "method",
2944
+ methodKind: "constructor"
2945
+ },
2946
+ Add: {
2947
+ kind: "method",
2948
+ methodKind: "ordinary",
2949
+ isStatic: true
2950
+ },
2951
+ Equals: {
2952
+ kind: "method",
2953
+ methodKind: "ordinary",
2954
+ isReadOnly: true
2955
+ },
2956
+ GetHashCode: {
2957
+ kind: "method",
2958
+ methodKind: "ordinary",
2959
+ isOverride: true,
2960
+ isReadOnly: true
2961
+ },
2962
+ Subtract: {
2963
+ kind: "method",
2964
+ methodKind: "ordinary",
2965
+ isStatic: true
2966
+ },
2967
+ ToPointF: {
2968
+ kind: "method",
2969
+ methodKind: "ordinary",
2970
+ isReadOnly: true
2971
+ },
2972
+ ToSize: {
2973
+ kind: "method",
2974
+ methodKind: "ordinary",
2975
+ isReadOnly: true
2976
+ },
2977
+ ToString: {
2978
+ kind: "method",
2979
+ methodKind: "ordinary",
2980
+ isOverride: true,
2981
+ isReadOnly: true
2982
+ },
2983
+ ToVector2: {
2984
+ kind: "method",
2985
+ methodKind: "ordinary"
2986
+ },
2987
+ Height: {
2988
+ kind: "property",
2989
+ type: () => {
2990
+ return System.Single;
2991
+ },
2992
+ isReadOnly: true
2993
+ },
2994
+ IsEmpty: {
2995
+ kind: "property",
2996
+ type: () => {
2997
+ return System.Boolean;
2998
+ },
2999
+ isReadOnly: true
3000
+ },
3001
+ Width: {
3002
+ kind: "property",
3003
+ type: () => {
3004
+ return System.Single;
3005
+ },
3006
+ isReadOnly: true
3007
+ }
3008
+ }
3009
+ },
3010
+ SizeFConverter: {
3011
+ kind: "class",
3012
+ members: {
3013
+ SizeFConverter: {
3014
+ kind: "method",
3015
+ methodKind: "constructor"
3016
+ },
3017
+ CanConvertFrom: {
3018
+ kind: "method",
3019
+ methodKind: "ordinary",
3020
+ isOverride: true
3021
+ },
3022
+ CanConvertTo: {
3023
+ kind: "method",
3024
+ methodKind: "ordinary",
3025
+ isOverride: true
3026
+ },
3027
+ ConvertFrom: {
3028
+ kind: "method",
3029
+ methodKind: "ordinary",
3030
+ isOverride: true
3031
+ },
3032
+ ConvertTo: {
3033
+ kind: "method",
3034
+ methodKind: "ordinary",
3035
+ isOverride: true
3036
+ },
3037
+ CreateInstance: {
3038
+ kind: "method",
3039
+ methodKind: "ordinary",
3040
+ isOverride: true
3041
+ },
3042
+ GetCreateInstanceSupported: {
3043
+ kind: "method",
3044
+ methodKind: "ordinary",
3045
+ isOverride: true
3046
+ },
3047
+ GetProperties: {
3048
+ kind: "method",
3049
+ methodKind: "ordinary",
3050
+ isOverride: true
3051
+ },
3052
+ GetPropertiesSupported: {
3053
+ kind: "method",
3054
+ methodKind: "ordinary",
3055
+ isOverride: true
3056
+ }
3057
+ }
3058
+ },
3059
+ SystemColors: {
3060
+ kind: "class",
3061
+ members: {
3062
+ ActiveBorder: {
3063
+ kind: "property",
3064
+ type: () => {
3065
+ return Drawing.Color;
3066
+ },
3067
+ isStatic: true
3068
+ },
3069
+ ActiveCaption: {
3070
+ kind: "property",
3071
+ type: () => {
3072
+ return Drawing.Color;
3073
+ },
3074
+ isStatic: true
3075
+ },
3076
+ ActiveCaptionText: {
3077
+ kind: "property",
3078
+ type: () => {
3079
+ return Drawing.Color;
3080
+ },
3081
+ isStatic: true
3082
+ },
3083
+ AppWorkspace: {
3084
+ kind: "property",
3085
+ type: () => {
3086
+ return Drawing.Color;
3087
+ },
3088
+ isStatic: true
3089
+ },
3090
+ ButtonFace: {
3091
+ kind: "property",
3092
+ type: () => {
3093
+ return Drawing.Color;
3094
+ },
3095
+ isStatic: true
3096
+ },
3097
+ ButtonHighlight: {
3098
+ kind: "property",
3099
+ type: () => {
3100
+ return Drawing.Color;
3101
+ },
3102
+ isStatic: true
3103
+ },
3104
+ ButtonShadow: {
3105
+ kind: "property",
3106
+ type: () => {
3107
+ return Drawing.Color;
3108
+ },
3109
+ isStatic: true
3110
+ },
3111
+ Control: {
3112
+ kind: "property",
3113
+ type: () => {
3114
+ return Drawing.Color;
3115
+ },
3116
+ isStatic: true
3117
+ },
3118
+ ControlDark: {
3119
+ kind: "property",
3120
+ type: () => {
3121
+ return Drawing.Color;
3122
+ },
3123
+ isStatic: true
3124
+ },
3125
+ ControlDarkDark: {
3126
+ kind: "property",
3127
+ type: () => {
3128
+ return Drawing.Color;
3129
+ },
3130
+ isStatic: true
3131
+ },
3132
+ ControlLight: {
3133
+ kind: "property",
3134
+ type: () => {
3135
+ return Drawing.Color;
3136
+ },
3137
+ isStatic: true
3138
+ },
3139
+ ControlLightLight: {
3140
+ kind: "property",
3141
+ type: () => {
3142
+ return Drawing.Color;
3143
+ },
3144
+ isStatic: true
3145
+ },
3146
+ ControlText: {
3147
+ kind: "property",
3148
+ type: () => {
3149
+ return Drawing.Color;
3150
+ },
3151
+ isStatic: true
3152
+ },
3153
+ Desktop: {
3154
+ kind: "property",
3155
+ type: () => {
3156
+ return Drawing.Color;
3157
+ },
3158
+ isStatic: true
3159
+ },
3160
+ GradientActiveCaption: {
3161
+ kind: "property",
3162
+ type: () => {
3163
+ return Drawing.Color;
3164
+ },
3165
+ isStatic: true
3166
+ },
3167
+ GradientInactiveCaption: {
3168
+ kind: "property",
3169
+ type: () => {
3170
+ return Drawing.Color;
3171
+ },
3172
+ isStatic: true
3173
+ },
3174
+ GrayText: {
3175
+ kind: "property",
3176
+ type: () => {
3177
+ return Drawing.Color;
3178
+ },
3179
+ isStatic: true
3180
+ },
3181
+ Highlight: {
3182
+ kind: "property",
3183
+ type: () => {
3184
+ return Drawing.Color;
3185
+ },
3186
+ isStatic: true
3187
+ },
3188
+ HighlightText: {
3189
+ kind: "property",
3190
+ type: () => {
3191
+ return Drawing.Color;
3192
+ },
3193
+ isStatic: true
3194
+ },
3195
+ HotTrack: {
3196
+ kind: "property",
3197
+ type: () => {
3198
+ return Drawing.Color;
3199
+ },
3200
+ isStatic: true
3201
+ },
3202
+ InactiveBorder: {
3203
+ kind: "property",
3204
+ type: () => {
3205
+ return Drawing.Color;
3206
+ },
3207
+ isStatic: true
3208
+ },
3209
+ InactiveCaption: {
3210
+ kind: "property",
3211
+ type: () => {
3212
+ return Drawing.Color;
3213
+ },
3214
+ isStatic: true
3215
+ },
3216
+ InactiveCaptionText: {
3217
+ kind: "property",
3218
+ type: () => {
3219
+ return Drawing.Color;
3220
+ },
3221
+ isStatic: true
3222
+ },
3223
+ Info: {
3224
+ kind: "property",
3225
+ type: () => {
3226
+ return Drawing.Color;
3227
+ },
3228
+ isStatic: true
3229
+ },
3230
+ InfoText: {
3231
+ kind: "property",
3232
+ type: () => {
3233
+ return Drawing.Color;
3234
+ },
3235
+ isStatic: true
3236
+ },
3237
+ Menu: {
3238
+ kind: "property",
3239
+ type: () => {
3240
+ return Drawing.Color;
3241
+ },
3242
+ isStatic: true
3243
+ },
3244
+ MenuBar: {
3245
+ kind: "property",
3246
+ type: () => {
3247
+ return Drawing.Color;
3248
+ },
3249
+ isStatic: true
3250
+ },
3251
+ MenuHighlight: {
3252
+ kind: "property",
3253
+ type: () => {
3254
+ return Drawing.Color;
3255
+ },
3256
+ isStatic: true
3257
+ },
3258
+ MenuText: {
3259
+ kind: "property",
3260
+ type: () => {
3261
+ return Drawing.Color;
3262
+ },
3263
+ isStatic: true
3264
+ },
3265
+ ScrollBar: {
3266
+ kind: "property",
3267
+ type: () => {
3268
+ return Drawing.Color;
3269
+ },
3270
+ isStatic: true
3271
+ },
3272
+ Window: {
3273
+ kind: "property",
3274
+ type: () => {
3275
+ return Drawing.Color;
3276
+ },
3277
+ isStatic: true
3278
+ },
3279
+ WindowFrame: {
3280
+ kind: "property",
3281
+ type: () => {
3282
+ return Drawing.Color;
3283
+ },
3284
+ isStatic: true
3285
+ },
3286
+ WindowText: {
3287
+ kind: "property",
3288
+ type: () => {
3289
+ return Drawing.Color;
3290
+ },
3291
+ isStatic: true
3292
+ },
3293
+ UseAlternativeColorSet: {
3294
+ kind: "property",
3295
+ type: () => {
3296
+ return System.Boolean;
3297
+ },
3298
+ isStatic: true
3299
+ }
3300
+ },
3301
+ isStatic: true
3302
+ }
3303
+ });
3304
+ export default Drawing;
3305
+ //# sourceMappingURL=index.js.map