5 instantiations of CHARFORMAT2W
System.Windows.Forms (5)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
817
CHARFORMAT2W cf =
new
()
909
CHARFORMAT2W cf2 =
new
()
2121
CHARFORMAT2W cf =
new
()
2690
CHARFORMAT2W cf =
new
()
2744
CHARFORMAT2W charFormat =
new
()
21 references to CHARFORMAT2W
System.Windows.Forms (21)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (21)
808
CHARFORMAT2W
cf = GetCharFormat(true);
817
CHARFORMAT2W
cf = new()
819
cbSize = (uint)sizeof(
CHARFORMAT2W
),
847
CHARFORMAT2W
cf = GetCharFormat(true);
859
CHARFORMAT2W
cf = GetCharFormat(true);
884
CHARFORMAT2W
cf2 = GetCharFormat(true);
909
CHARFORMAT2W
cf2 = new()
911
cbSize = (uint)sizeof(
CHARFORMAT2W
)
2106
CHARFORMAT2W
cf = GetCharFormat(false);
2119
private unsafe
CHARFORMAT2W
GetCharFormat(bool fSelection)
2121
CHARFORMAT2W
cf = new()
2123
cbSize = (uint)sizeof(
CHARFORMAT2W
)
2137
CHARFORMAT2W
cf = GetCharFormat(true);
2156
CHARFORMAT2W
cf = GetCharFormat(selectionOnly);
2690
CHARFORMAT2W
cf = new()
2692
cbSize = (uint)sizeof(
CHARFORMAT2W
),
2709
private bool SetCharFormat(uint charRange,
CHARFORMAT2W
cf)
2744
CHARFORMAT2W
charFormat = new()
2746
cbSize = (uint)sizeof(
CHARFORMAT2W
),
3312
CHARFORMAT2W
* charFormat = (
CHARFORMAT2W
*)enprotected.lParam;