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