4 references to GetValue
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (1)
532
Return ary.
GetValue
(CInt(args(0)), CInt(args(1)))
Microsoft\VisualBasic\CompilerServices\Symbols.vb (1)
1168
Return arrayInstance.
GetValue
(zerothIndex, firstIndex)
PresentationCore (1)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1099
object exemplar = sourceBuffer.
GetValue
(0, 0);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
901
return this.
GetValue
(iindex1, iindex2);