6 writes to Caption
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
1400cp.Caption = _text;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
91Caption = ToolTip,
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
93Caption = string.Empty,
System\Windows\Forms\NativeWindow.cs (1)
436cp.Caption = cp.Caption[..short.MaxValue];
System\Windows\Forms\Timer.cs (1)
220Caption = GetType().Name,
System\Windows\Forms\ToolTip\ToolTip.cs (1)
228cp.Caption = null;
6 references to Caption
System.Windows.Forms (6)
System\Windows\Forms\CreateParams.cs (1)
72return $"CreateParams {{'{ClassName}', '{Caption}', 0x{Style:x}, 0x{ExStyle:x}, {{{X}, {Y}, {Width}, {Height}}}}}";
System\Windows\Forms\NativeWindow.cs (5)
434if (cp.Caption is not null && cp.Caption.Length > short.MaxValue) 436cp.Caption = cp.Caption[..short.MaxValue]; 442cp.Caption, 468$"Handle created of type '{cp.ClassName}' with caption '{cp.Caption}' from NativeWindow of type '{GetType().FullName}'");