Commit 1649c4c
committed
Fix all CS1591 XML documentation warnings
Added /// <inheritdoc/> comments to ActualX, ActualY, ActualWidth, and
ActualHeight properties in 8 control classes:
- ButtonControl
- CheckboxControl
- DropdownControl (both main class and DropdownPortalContent)
- ListControl
- MenuControl (including MenuItem class)
- MultilineEditControl
- PromptControl
- TreeControl
These properties implement IWindowControl interface which already has
full XML documentation. Using inheritdoc avoids duplication and ensures
documentation stays synchronized with the interface.
Build now succeeds with 0 warnings.1 parent 46f092f commit 1649c4c
8 files changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
| 106 | + | |
105 | 107 | | |
| 108 | + | |
106 | 109 | | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
224 | 225 | | |
| 226 | + | |
225 | 227 | | |
| 228 | + | |
226 | 229 | | |
| 230 | + | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| |||
1808 | 1812 | | |
1809 | 1813 | | |
1810 | 1814 | | |
| 1815 | + | |
1811 | 1816 | | |
| 1817 | + | |
1812 | 1818 | | |
| 1819 | + | |
1813 | 1820 | | |
| 1821 | + | |
1814 | 1822 | | |
1815 | 1823 | | |
1816 | 1824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| 396 | + | |
396 | 397 | | |
| 398 | + | |
397 | 399 | | |
| 400 | + | |
398 | 401 | | |
| 402 | + | |
399 | 403 | | |
400 | 404 | | |
401 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
298 | 299 | | |
| 300 | + | |
299 | 301 | | |
| 302 | + | |
300 | 303 | | |
| 304 | + | |
301 | 305 | | |
302 | 306 | | |
303 | 307 | | |
| |||
2309 | 2313 | | |
2310 | 2314 | | |
2311 | 2315 | | |
| 2316 | + | |
2312 | 2317 | | |
| 2318 | + | |
2313 | 2319 | | |
| 2320 | + | |
2314 | 2321 | | |
| 2322 | + | |
2315 | 2323 | | |
2316 | 2324 | | |
2317 | 2325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
| 161 | + | |
160 | 162 | | |
| 163 | + | |
161 | 164 | | |
| 165 | + | |
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
| 84 | + | |
83 | 85 | | |
| 86 | + | |
84 | 87 | | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
| 103 | + | |
101 | 104 | | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
0 commit comments