Implemented interface member:
property
Site
System.ComponentModel.IComponent.Site
2 overrides of Site
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
197public override ISite? Site
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
654public override ISite? Site
2 writes to Site
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
202base.Site = value;
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
662base.Site = value;
2 references to Site
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
199get => base.Site;
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
658return base.Site;