5 instantiations of CHARFORMAT2W
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
853
CHARFORMAT2W cf =
new
()
945
CHARFORMAT2W cf2 =
new
()
2157
CHARFORMAT2W cf =
new
()
2793
CHARFORMAT2W cf =
new
()
2847
CHARFORMAT2W charFormat =
new
()
21 references to CHARFORMAT2W
System.Windows.Forms (21)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (21)
844
CHARFORMAT2W
cf = GetCharFormat(true);
853
CHARFORMAT2W
cf = new()
855
cbSize = (uint)sizeof(
CHARFORMAT2W
),
883
CHARFORMAT2W
cf = GetCharFormat(true);
895
CHARFORMAT2W
cf = GetCharFormat(true);
920
CHARFORMAT2W
cf2 = GetCharFormat(true);
945
CHARFORMAT2W
cf2 = new()
947
cbSize = (uint)sizeof(
CHARFORMAT2W
)
2142
CHARFORMAT2W
cf = GetCharFormat(false);
2155
private unsafe
CHARFORMAT2W
GetCharFormat(bool fSelection)
2157
CHARFORMAT2W
cf = new()
2159
cbSize = (uint)sizeof(
CHARFORMAT2W
)
2173
CHARFORMAT2W
cf = GetCharFormat(true);
2192
CHARFORMAT2W
cf = GetCharFormat(selectionOnly);
2793
CHARFORMAT2W
cf = new()
2795
cbSize = (uint)sizeof(
CHARFORMAT2W
),
2812
private bool SetCharFormat(uint charRange,
CHARFORMAT2W
cf)
2847
CHARFORMAT2W
charFormat = new()
2849
cbSize = (uint)sizeof(
CHARFORMAT2W
),
3415
CHARFORMAT2W
* charFormat = (
CHARFORMAT2W
*)enprotected.lParam;