7 references to GetValue
PresentationCore (3)
Core\CSharp\System\Windows\Diagnostics\XamlSourceInfoHelper.cs (3)
102Uri sourceUri = overrideSourceUri ?? (Uri)s_sourceBamlUriProperty.GetValue(args); 103int elementLineNumber = (int)s_elementLineNumberProperty.GetValue(args); 104int elementLinePosition = (int)s_elementLinePositionProperty.GetValue(args);
PresentationFramework (2)
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (2)
395return (TResult)p.GetValue(obj); 433return (TResult)p.GetValue(null);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
772return (bool)runningOnV4_5_Property.GetValue(null);
System.Xml (1)
System\Xml\Core\BinaryCompatibility.cs (1)
36return (bool)property.GetValue(null);