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