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