24 instantiations of PARAFORMAT
System.Windows.Forms (12)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (12)
668
PARAFORMAT pf =
new
()
703
PARAFORMAT pf =
new
()
744
PARAFORMAT pf =
new
()
772
PARAFORMAT pf =
new
()
960
PARAFORMAT pf =
new
()
980
PARAFORMAT pf =
new
()
1008
PARAFORMAT pf =
new
()
1028
PARAFORMAT pf =
new
()
1130
PARAFORMAT pf =
new
()
1151
PARAFORMAT pf =
new
()
1177
PARAFORMAT pf =
new
()
1206
PARAFORMAT pf =
new
()
System.Windows.Forms.Tests (12)
System\Windows\Forms\RichTextBoxTests.cs (12)
3692
GetParaFormatResult = new
PARAFORMAT
3779
PARAFORMAT format =
new
()
4081
GetParaFormatResult = new
PARAFORMAT
4236
PARAFORMAT format =
new
()
5007
GetParaFormatResult = new
PARAFORMAT
5154
PARAFORMAT format =
new
()
5246
GetParaFormatResult = new
PARAFORMAT
5345
PARAFORMAT format =
new
()
5836
GetParaFormatResult = new
PARAFORMAT
5929
PARAFORMAT format =
new
()
6226
PARAFORMAT result =
new
()
6376
PARAFORMAT format =
new
()
42 references to PARAFORMAT
System.Windows.Forms (24)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (24)
668
PARAFORMAT
pf = new()
670
cbSize = (uint)sizeof(
PARAFORMAT
)
703
PARAFORMAT
pf = new()
705
cbSize = (uint)sizeof(
PARAFORMAT
),
744
PARAFORMAT
pf = new()
746
cbSize = (uint)sizeof(
PARAFORMAT
)
772
PARAFORMAT
pf = new()
774
cbSize = (uint)sizeof(
PARAFORMAT
),
960
PARAFORMAT
pf = new()
962
cbSize = (uint)sizeof(
PARAFORMAT
)
980
PARAFORMAT
pf = new()
982
cbSize = (uint)sizeof(
PARAFORMAT
),
1008
PARAFORMAT
pf = new()
1010
cbSize = (uint)sizeof(
PARAFORMAT
)
1028
PARAFORMAT
pf = new()
1030
cbSize = (uint)sizeof(
PARAFORMAT
),
1130
PARAFORMAT
pf = new()
1132
cbSize = (uint)sizeof(
PARAFORMAT
)
1151
PARAFORMAT
pf = new()
1153
cbSize = (uint)sizeof(
PARAFORMAT
),
1177
PARAFORMAT
pf = new()
1179
cbSize = (uint)sizeof(
PARAFORMAT
)
1206
PARAFORMAT
pf = new()
1208
cbSize = (uint)sizeof(
PARAFORMAT
)
System.Windows.Forms.Interop.Tests (2)
RichTextBoxTests.cs (2)
112
RichTextBox_ParaFormat(out
var
value);
189
private static extern void RichTextBox_ParaFormat(out
PARAFORMAT
value);
System.Windows.Forms.Tests (16)
System\Windows\Forms\RichTextBoxTests.cs (16)
3779
PARAFORMAT
format = new()
3781
cbSize = (uint)sizeof(
PARAFORMAT
)
4236
PARAFORMAT
format = new()
4238
cbSize = (uint)sizeof(
PARAFORMAT
)
5154
PARAFORMAT
format = new()
5156
cbSize = (uint)sizeof(
PARAFORMAT
)
5345
PARAFORMAT
format = new()
5347
cbSize = (uint)sizeof(
PARAFORMAT
)
5929
PARAFORMAT
format = new()
5931
cbSize = (uint)sizeof(
PARAFORMAT
)
6226
PARAFORMAT
result = new()
6376
PARAFORMAT
format = new()
6378
cbSize = (uint)sizeof(
PARAFORMAT
)
10878
public
PARAFORMAT
GetParaFormatResult { get; set; }
10884
PARAFORMAT
* format = (
PARAFORMAT
*)m.LParam;