3 references to SystemResourceKeyBAMLIDExtendedEnd
PresentationFramework (3)
src\Framework\System\Windows\SystemResourceKey.cs (3)
334
private const short SystemResourceBAMLIDExtendedStart =
SystemResourceKeyBAMLIDExtendedEnd
;
335
private const short SystemResourceBAMLIDExtendedEnd = (short)(SystemResourceBAMLIDExtendedStart + (
SystemResourceKeyBAMLIDExtendedEnd
- SystemResourceKeyBAMLIDExtendedStart));
348
else if (bamlId > SystemResourceKeyBAMLIDExtendedStart && bamlId <
SystemResourceKeyBAMLIDExtendedEnd
)