8 references to
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (3)
494
Cursor? hitTestCursor = Adorners[i].Glyphs
[
j].GetHitTest(pt);
501
Glyph newGlyph = Adorners[i].Glyphs
[
j];
744
Adorners[i].Glyphs
[
j].Paint(pe);
System\Windows\Forms\Design\Behavior\GlyphCollection.cs (1)
72
Add(value
[
i]);
System\Windows\Forms\Design\ComponentTray.cs (2)
2671
Cursor hitTestCursor = _traySelectionAdorner.Glyphs
[
i].GetHitTest(p);
2674
_hitTestedGlyph = _traySelectionAdorner.Glyphs
[
i];
System.Windows.Forms.Design.Tests (2)
ControlDesignerTests.cs (2)
323
glyphs
[
i].Should().BeOfType(expectedGlyphs[i].glyphType);
324
((SelectionRules)glyphs
[
i].TestAccessor().Dynamic.rules).Should().Be(expectedGlyphs[i].rules);