1 instantiation of BehaviorServiceAdornerCollection
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
71Adorners = new BehaviorServiceAdornerCollection(this);
24 references to BehaviorServiceAdornerCollection
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
73[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection))]
System.Windows.Forms.Design (23)
System\Windows\Forms\Design\Behavior\AdornerCollection.cs (21)
11/// <seealso cref="BehaviorServiceAdornerCollection"/> 17/// Initializes a new instance of <see cref="BehaviorServiceAdornerCollection"/>. 25/// Initializes a new instance of <see cref="BehaviorServiceAdornerCollection"/> based on another 26/// <see cref="BehaviorServiceAdornerCollection"/>. 28public BehaviorServiceAdornerCollection(BehaviorServiceAdornerCollection value) 34/// Initializes a new instance of <see cref="BehaviorServiceAdornerCollection"/> 71/// <see cref="BehaviorServiceAdornerCollection"/> . 86/// <see cref="BehaviorServiceAdornerCollection"/>. 106/// <see cref="BehaviorServiceAdornerCollection"/> to the end of the 110/// A <see cref="BehaviorServiceAdornerCollection"/> containing the objects to 117public void AddRange(BehaviorServiceAdornerCollection value) 127/// <see cref="BehaviorServiceAdornerCollection"/> contains the specified <see cref="Adorner"/>. 141/// Copies the <see cref="BehaviorServiceAdornerCollection"/> values to a 147/// <see cref="BehaviorServiceAdornerCollection"/>. 157/// <see cref="BehaviorServiceAdornerCollection"/> is greater than the 173/// the <see cref="BehaviorServiceAdornerCollection"/> . 179/// <see cref="BehaviorServiceAdornerCollection"/>, if found; otherwise, -1. 189/// <see cref="BehaviorServiceAdornerCollection"/> at the specified index. 204/// the <see cref="BehaviorServiceAdornerCollection"/> . 217/// <see cref="BehaviorServiceAdornerCollection"/> . 221/// <see cref="BehaviorServiceAdornerCollection"/> .
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
101public BehaviorServiceAdornerCollection Adorners { get; }
System\Windows\Forms\Design\Behavior\BehaviorServiceAdornerCollectionEnumerator.cs (1)
12public BehaviorServiceAdornerCollectionEnumerator(BehaviorServiceAdornerCollection mappings)