Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
474this[index] = Cast(value);
2 references to
PresentationCore (1)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
469return this[index];
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
4488taskbar.ThumbButtonInfos[index].InvokeClick();